From 3f48c94eb589c57b6b45d2981133cbc1db12d2e5 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 6 Apr 2012 22:28:05 +0200 Subject: added creation of files --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3-54-g00ecf