From 524dc9afd627c093c469ff6a3b8caba6de3c1c71 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Mon, 8 Apr 2002 06:18:03 +0000 Subject: [PATCH] correct behaviour is unclear --- testsuite/unsafe-byname.test | 4 ++++ testsuite/unsafe-links.test | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/testsuite/unsafe-byname.test b/testsuite/unsafe-byname.test index adb95156..2217f076 100644 --- a/testsuite/unsafe-byname.test +++ b/testsuite/unsafe-byname.test @@ -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 diff --git a/testsuite/unsafe-links.test b/testsuite/unsafe-links.test index faaa6b28..ea17d5b6 100644 --- a/testsuite/unsafe-links.test +++ b/testsuite/unsafe-links.test @@ -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"; -- 2.34.1