summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 9170e79..21dedca 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -66,6 +66,12 @@ test: testfsync testpgsql testtypes testbigfile testopen
-df -i mnt
# test open/creat and flags
-./testopen
+ # move test
+ -echo "afile" > mnt/afile
+ -echo "bfile" > mnt/bfile
+ -mv mnt/afile mnt/bfile
+ -cat mnt/bfile
+ -rm mnt/bfile
# END: unmount FUSE file system
fusermount -u mnt