summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-17 10:39:29 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-17 10:39:29 +0200
commit2f536fe73d0a98648752b9ac6ca2d2e469afbe4e (patch)
treefa020353bc5b6edabfd97ec903cd322785aeeec7 /Makefile
parent0548acb4159a3348b8467189bdc6f2eafa9649d8 (diff)
downloadpgfuse-2f536fe73d0a98648752b9ac6ca2d2e469afbe4e.tar.gz
pgfuse-2f536fe73d0a98648752b9ac6ca2d2e469afbe4e.tar.bz2
storing ctime,mtime,atime now, mtime and atime are not set correctly everywhere yet
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4a98878..1fec2c1 100644
--- a/Makefile
+++ b/Makefile
@@ -64,6 +64,10 @@ test: pgfuse testfsync testpgsql
-rmdir mnt/dir/dir2/bfile
# test fdatasync and fsync
./testfsync
+ # show times of dirs, files and symlinks
+ -stat mnt/dir/dir2/afile
+ -stat mnt/dir/dir3
+ -stat mnt/dir/dir2/clink
# show filesystem stats (statvfs)
df -k mnt
df -i mnt