summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-16 13:16:17 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-16 13:16:17 +0200
commit0aeeba0e68291aa9fddc68baef160fc921608c27 (patch)
treebc0a7491b4d594d81e4e60d3ae0756baeaf5674a /Makefile
parentbb48a0c44274c06b9402cfa73ea2217347fd02bc (diff)
downloadpgfuse-0aeeba0e68291aa9fddc68baef160fc921608c27.tar.gz
pgfuse-0aeeba0e68291aa9fddc68baef160fc921608c27.tar.bz2
added chmod
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 594abbf..1a594e6 100644
--- a/Makefile
+++ b/Makefile
@@ -43,6 +43,9 @@ test: pgfuse testfsync
-ls -al mnt/dir/dir2
# expect success on rmdir
-rmdir mnt/dir/dir3
+ # expect success on chmod
+ -chmod 777 mnt/dir/dir2/bfile
+ -ls -al mnt/dir/dir2/bfile
# expect success on file removal
-rm mnt/dir/dir2/bfile
# expect success on rename