summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-06 16:01:04 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-06 16:01:04 +0200
commit5e01f9c1b7738cecac65d3ab9d6a0d3b81a7da2a (patch)
tree1956104e384183aab457d0fec453aaf2beb8167c /Makefile
parent27be13723862113873a2b52462ab71d47317fae5 (diff)
downloadpgfuse-5e01f9c1b7738cecac65d3ab9d6a0d3b81a7da2a.tar.gz
pgfuse-5e01f9c1b7738cecac65d3ab9d6a0d3b81a7da2a.tar.bz2
a very first DB select on mkdir
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5cf432c..8e492d6 100644
--- a/Makefile
+++ b/Makefile
@@ -16,9 +16,11 @@ clean:
rm -f pgfuse pgfuse.o
test: pgfuse
- -./pgfuse "" mnt
+ -./pgfuse -v "" mnt
mount | grep pgfuse
- -ls mnt
+ -mkdir mnt/dir
+ -mkdir mnt/dir/dir2
+ -ls -al mnt
fusermount -u mnt
pgfuse: pgfuse.o