summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BUGS6
-rw-r--r--Makefile4
2 files changed, 8 insertions, 2 deletions
diff --git a/BUGS b/BUGS
new file mode 100644
index 0000000..197ac36
--- /dev/null
+++ b/BUGS
@@ -0,0 +1,6 @@
+- no non-ASCII characters in filenames (at least not tested)
+- symlinks across directory boundaries don't work
+- no hard-links
+- not able to store files bigger than MAX_FILE_SIZE (10MB)
+- doesn't run multi-threaded currently (always give the -s option!)
+- no rename
diff --git a/Makefile b/Makefile
index 23062af..c28f9ba 100644
--- a/Makefile
+++ b/Makefile
@@ -47,8 +47,8 @@ test: pgfuse testfsync
-chmod 777 mnt/dir/dir2/bfile
-ls -al mnt/dir/dir2/bfile
# expect success on symlink creation
- -ln -s mnt/dir/dir2/bfile mnt/dir/clink
- -ls -al mnt/dir/clink
+ -ln -s bfile mnt/dir/dir2/clink
+ -ls -al mnt/dir/dir2/clink
# expect success on file removal
-rm mnt/dir/dir2/bfile
# expect success on rename