]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
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 fe827ba7c493785aede1140b0f7bef7ed2f6dbcd..40490a675ba35d65a4d1b07c7225d8e49ee4cb37 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 461690e09204289b66ff93e93700d659271b1f95..81fd38c727c2faee25c477fe14ed0cc8ecda7c37 100644 (file)
@@ -7,7 +7,7 @@
 
 # Test that the --chmod option functions correctly.
 
-. $srcdir/testsuite/rsync.fns
+. $suitedir/rsync.fns
 
 # Build some files
 
index 42ed253ad96d774bd76b58f083bc20bc4bea9ee2..eb41a6ff1839aedfe4db9e24a79d5ec01c1cad75 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 8109b0ceb05734c444aa806189e4d8610bb19fd5..bbd86a61bb1357dc67746ff5954809b1bb323312 100644 (file)
@@ -5,7 +5,7 @@
 
 # Test that rsync obeys directory setgid. -- Matt McCutchen
 
-. $srcdir/testsuite/rsync.fns
+. $suitedir/rsync.fns
 
 umask 077
 
index b11e672227e8e515c62bf715a60aec4e3fd7d22e..05a64e48d26f8ab0dc1973c35779ce3ce3b2933d 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 82eaeb3ce1cc4b3c14dfa40cc6566937ccfbee6a..008c0f4ff623d49971955ac28a7f07ee763cdd5c 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 b26aee32759d80d6476ee3e19fe869eb0fc137c2..1983877672e7a204c8c9418709c79cef56421a47 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 8b40eec386a460105018cdf14410515abb710775..76b909939887120fd9410b3dd3348e2cfc372595 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"