summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-16 16:07:46 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-16 16:07:46 +0200
commitdf543d283666ab0b76b5d5147b3dc4c6f9f185d5 (patch)
tree2a47a92fea4f2b4f7074b09f8b8aed4d74bb5666 /Makefile
parent08c7ddd0e71a6ee4b448cfa9e5df6dbbae8898a5 (diff)
downloadpgfuse-df543d283666ab0b76b5d5147b3dc4c6f9f185d5.tar.gz
pgfuse-df543d283666ab0b76b5d5147b3dc4c6f9f185d5.tar.bz2
added a buglist and updated symlink tst
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 23062af..c28f9ba 100644
--- a/Makefile
+++ b/Makefile
@@ -47,8 +47,8 @@ test: pgfuse testfsync
-chmod 777 mnt/dir/dir2/bfile
-ls -al mnt/dir/dir2/bfile
# expect success on symlink creation
- -ln -s mnt/dir/dir2/bfile mnt/dir/clink
- -ls -al mnt/dir/clink
+ -ln -s bfile mnt/dir/dir2/clink
+ -ls -al mnt/dir/dir2/clink
# expect success on file removal
-rm mnt/dir/dir2/bfile
# expect success on rename