summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-26 13:34:03 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-26 13:34:03 +0200
commit70f3740e5c9948e27771a7d566fc07ed78101c71 (patch)
treec31ef22d5f68546b81e2c71be803ee9a61aa5f34 /tests
parent8de4d8d3fb05e47ba479ec3e8d3833c69ce715a2 (diff)
downloadpgfuse-70f3740e5c9948e27771a7d566fc07ed78101c71.tar.gz
pgfuse-70f3740e5c9948e27771a7d566fc07ed78101c71.tar.bz2
forgot symlink renames
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 020b2ce..3d09117 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -33,6 +33,7 @@ test: testfsync testpgsql
-mkdir mnt/dir/dir3
-mv mnt/dir/dir3 mnt/dir/dir4
-mv mnt/dir/dir2/afile mnt/dir/dir4/bfile
+ -mv mnt/dir/dir2/clink mnt/dir/dir4/dlink
# expect fail (directory not empty)
-rmdir mnt/dir
# expect fail (not a directory)
@@ -42,7 +43,7 @@ test: testfsync testpgsql
# show times of dirs, files and symlinks
-stat mnt/dir/dir4/bfile
-stat mnt/dir/dir4
- -stat mnt/dir/dir2/clink
+ -stat mnt/dir/dir4/dlink
# show filesystem stats (statvfs)
-stat -f mnt
# expect success, truncate a file (grow and shrink)