summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-06 22:28:05 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-06 22:28:05 +0200
commit3f48c94eb589c57b6b45d2981133cbc1db12d2e5 (patch)
treedcb1b56192a4d2cb84d2a376e32fd062e21b9542 /Makefile
parent1704ae37a82ed080b6ad2b1f878d707949d3ff27 (diff)
downloadpgfuse-3f48c94eb589c57b6b45d2981133cbc1db12d2e5.tar.gz
pgfuse-3f48c94eb589c57b6b45d2981133cbc1db12d2e5.tar.bz2
added creation of files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 60553b2..c5c914a 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,9 @@ test: pgfuse
mount | grep pgfuse
-mkdir mnt/dir
-mkdir mnt/dir/dir2
+ -echo "hello" > mnt/dir/dir2/afile
-ls -al mnt
+ -ls -al mnt/dir/dir2/afile
fusermount -u mnt
pgfuse: pgfuse.o