summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-16 15:36:13 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-16 15:36:13 +0200
commit08c7ddd0e71a6ee4b448cfa9e5df6dbbae8898a5 (patch)
tree992592cd5a547189a10883b56835bcadfa945066 /Makefile
parenta43dcf069684dbdc9897e1364e1ef4165edc3cc9 (diff)
downloadpgfuse-08c7ddd0e71a6ee4b448cfa9e5df6dbbae8898a5.tar.gz
pgfuse-08c7ddd0e71a6ee4b448cfa9e5df6dbbae8898a5.tar.bz2
added local symlinks, stil a cross directory problem
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1a594e6..23062af 100644
--- a/Makefile
+++ b/Makefile
@@ -46,6 +46,9 @@ test: pgfuse testfsync
# expect success on chmod
-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
# expect success on file removal
-rm mnt/dir/dir2/bfile
# expect success on rename