From 3051c46dc31d6e754da0b695a071ccac04f297ee Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Tue, 18 May 2004 00:41:43 +0000 Subject: [PATCH] - Use $suitedir to find rsync.fns. - Use tmpdir instead of TMP. --- testsuite/unsafe-links.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testsuite/unsafe-links.test b/testsuite/unsafe-links.test index a1e197bf..28c5c6df 100644 --- a/testsuite/unsafe-links.test +++ b/testsuite/unsafe-links.test @@ -2,7 +2,7 @@ # Originally by VladimĂ­r Michl -. $srcdir/testsuite/rsync.fns +. "$suitedir/rsync.fns" test_symlink() { is_a_link "$1" || test_fail "File $1 is not a symlink" @@ -14,7 +14,7 @@ test_regular() { fi; }; -cd "$TMP" +cd "$tmpdir" mkdir from -- 2.34.1