Make use of $suitedir.
authorWayne Davison <wayned@samba.org>
Sat, 24 Oct 2009 18:42:29 +0000 (11:42 -0700)
committerWayne Davison <wayned@samba.org>
Sat, 24 Oct 2009 18:42:29 +0000 (11:42 -0700)
testsuite/acls.test
testsuite/chmod-option.test
testsuite/default-acls.test
testsuite/dir-sgid.test
testsuite/executability.test
testsuite/missing.test
testsuite/rsync.fns
testsuite/xattrs.test

index fe827ba..40490a6 100644 (file)
@@ -5,7 +5,7 @@
 
 # Test that rsync handles basic ACL preservation.
 
-. $srcdir/testsuite/rsync.fns
+. $suitedir/rsync.fns
 
 $RSYNC --version | grep ", ACLs" >/dev/null || test_skipped "Rsync is configured without ACL support"
 
index 461690e..81fd38c 100644 (file)
@@ -7,7 +7,7 @@
 
 # Test that the --chmod option functions correctly.
 
-. $srcdir/testsuite/rsync.fns
+. $suitedir/rsync.fns
 
 # Build some files
 
index 42ed253..eb41a6f 100644 (file)
@@ -5,7 +5,7 @@
 
 # Test that rsync obeys default ACLs. -- Matt McCutchen
 
-. $srcdir/testsuite/rsync.fns
+. $suitedir/rsync.fns
 
 $RSYNC --version | grep ", ACLs" >/dev/null || test_skipped "Rsync is configured without ACL support"
 
index 8109b0c..bbd86a6 100644 (file)
@@ -5,7 +5,7 @@
 
 # Test that rsync obeys directory setgid. -- Matt McCutchen
 
-. $srcdir/testsuite/rsync.fns
+. $suitedir/rsync.fns
 
 umask 077
 
index b11e672..05a64e4 100644 (file)
@@ -5,7 +5,7 @@
 
 # Test the --executability or -E option. -- Matt McCutchen
 
-. $srcdir/testsuite/rsync.fns
+. $suitedir/rsync.fns
 
 # Put some files in the From directory
 mkdir "$fromdir"
index 82eaeb3..008c0f4 100644 (file)
@@ -5,7 +5,7 @@
 
 # Test three bugs fixed by my redoing of the missing_below logic.
 
-. $srcdir/testsuite/rsync.fns
+. $suitedir/rsync.fns
 
 makepath "$fromdir/subdir" "$todir"
 echo data >"$fromdir/subdir/file"
index b26aee3..1983877 100644 (file)
@@ -17,7 +17,6 @@
 # License along with this program; if not, write to the Free Software
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-
 tmpdir="$scratchdir"
 fromdir="$tmpdir/from"
 todir="$tmpdir/to"
@@ -31,7 +30,7 @@ dots='.....' # trailing dots after changes
 # Berkley's nice.
 PATH="$PATH:/usr/ucb"
 
-if diff -u "$srcdir/testsuite/rsync.fns" "$srcdir/testsuite/rsync.fns" >/dev/null 2>&1; then
+if diff -u "$suitedir/rsync.fns" "$suitedir/rsync.fns" >/dev/null 2>&1; then
     diffopt="-u"
 else
     diffopt="-c"
index 8b40eec..76b9099 100644 (file)
@@ -5,7 +5,7 @@
 
 # Test that rsync handles basic xattr preservation.
 
-. $srcdir/testsuite/rsync.fns
+. $suitedir/rsync.fns
 
 $RSYNC --version | grep ", xattrs" >/dev/null || test_skipped "Rsync is configured without xattr support"