- Use $suitedir to find rsync.fns.
authorWayne Davison <wayned@samba.org>
Tue, 18 May 2004 00:41:43 +0000 (00:41 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 18 May 2004 00:41:43 +0000 (00:41 +0000)
- Use tmpdir instead of TMP.

testsuite/unsafe-links.test

index a1e197b..28c5c6d 100644 (file)
@@ -2,7 +2,7 @@
 
 # Originally by VladimĂ­r Michl <Vladimir.Michl@hlubocky.del.cz>
 
-. $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