- Use $suitedir to find rsync.fns.
[rsync/rsync.git] / testsuite / devices.test
index 04b9e6a..ed84fb4 100644 (file)
@@ -7,15 +7,12 @@
 
 # Test rsync handling of devices.  This can only run if you're root.
 
-. $srcdir/testsuite/rsync.fns
+. "$suitedir/rsync.fns"
 
 set -x
 
 # Build some hardlinks
 
-fromdir="$scratchdir/from"
-todir="$scratchdir/to"
-
 case `id -u` in
 '') ;; # If "id" failed, try to continue...
 0) ;;