correct behaviour is unclear
authorMartin Pool <mbp@samba.org>
Mon, 8 Apr 2002 06:18:03 +0000 (06:18 +0000)
committerMartin Pool <mbp@samba.org>
Mon, 8 Apr 2002 06:18:03 +0000 (06:18 +0000)
testsuite/unsafe-byname.test
testsuite/unsafe-links.test

index adb9515..2217f07 100644 (file)
@@ -38,6 +38,10 @@ test_unsafe ../files/file1          safe     unsafe
 test_unsafe ../../unsafe/unsafefile    `pwd`/from/safe safe
 test_unsafe ../files/file1            `pwd`/from/safe  safe
 
+# I think these are correct, but I don't really understand the code.
+# Waiting for an answer from dwd
+test_skipped "correct behaviour is unclear"
+
 # Test suspicious handling of '..' in srcdir
 test_unsafe ../../unsafe/unsafefile    from/safe/../safe       unsafe
 test_unsafe ../files/file1            from/safe/../safe        safe
index faaa6b2..ea17d5b 100644 (file)
@@ -53,6 +53,11 @@ test_symlink to/links/file1
 test_symlink to/links/file2
 test_regular to/links/unsafefile
 
+# I think these are correct, but I don't really understand the code.
+# Waiting for an answer from dwd
+test_skipped "correct behaviour is unclear"
+
+
 rm -rf to
 #next rsync copy incorrectly - links are copied as files not as links
 echo "rsync with relative2 path";