From: Wayne Davison Date: Tue, 18 May 2004 00:41:43 +0000 (+0000) Subject: - Use $suitedir to find rsync.fns. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/3051c46dc31d6e754da0b695a071ccac04f297ee - Use $suitedir to find rsync.fns. - Use tmpdir instead of TMP. --- 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