summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2013-04-15 18:52:51 +0200
committerAndreas Baumann <abaumann@yahoo.com>2013-04-15 18:52:51 +0200
commit906665d02eefdc98b93edab645e8f0c08c5dfdf3 (patch)
tree0256d5dee7a609da5f179c772cb78a8258663d61 /tests
parent75d12c2bd82cccec8847703e95ceec4fef9588f2 (diff)
downloadpgfuse-906665d02eefdc98b93edab645e8f0c08c5dfdf3.tar.gz
pgfuse-906665d02eefdc98b93edab645e8f0c08c5dfdf3.tar.bz2
started to rewrite, removed dependecy on shell/Perl
resulting a fictive number for free files and free blocks for now added test cases removed function.sql
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/Makefile b/tests/Makefile
index b8dd4e3..f44570f 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -48,8 +48,6 @@ test: testfsync testpgsql testtypes testbigfile
-stat mnt/dir/dir4/bfile
-stat mnt/dir/dir4
-stat mnt/dir/dir4/dlink
- # show filesystem stats (statvfs)
- -stat -f mnt
# expect success, truncate a file (grow and shrink)
-touch mnt/trunc
-ls -al mnt/trunc
@@ -61,6 +59,11 @@ test: testfsync testpgsql testtypes testbigfile
# expect success, write a sparse big file
-./testbigfile
-ls -al mnt/testbigfile.data
+ # show filesystem stats (statvfs)
+ -stat -f mnt
+ # the more human readable output of statvfs
+ -df -h mnt
+ -df -i mnt
# END: unmount FUSE file system
fusermount -u mnt