summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-07 14:19:22 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-07 14:19:22 +0200
commit14d26ae2ecbd06603b2ea4db2e0038bdf0a0c615 (patch)
tree85ee8b469bd86a760ad39b06136abe16dac76e3e /Makefile
parentaf332b619b773ed265a27078fe8fb49962b21b2d (diff)
downloadpgfuse-14d26ae2ecbd06603b2ea4db2e0038bdf0a0c615.tar.gz
pgfuse-14d26ae2ecbd06603b2ea4db2e0038bdf0a0c615.tar.bz2
a working write
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c5c914a..1fa9e85 100644
--- a/Makefile
+++ b/Makefile
@@ -17,13 +17,14 @@ clean:
test: pgfuse
psql < test.sql
- -./pgfuse -v "" mnt
+ -./pgfuse -s -v "" mnt
mount | grep pgfuse
-mkdir mnt/dir
-mkdir mnt/dir/dir2
-echo "hello" > mnt/dir/dir2/afile
+ -cp Makefile mnt/dir/dir2/bfile
-ls -al mnt
- -ls -al mnt/dir/dir2/afile
+ -ls -al mnt/dir/dir2
fusermount -u mnt
pgfuse: pgfuse.o