Oops, some machines don't have `which`.
[rsync/rsync.git] / testsuite / rsync.fns
index 11cf9c7..c501718 100644 (file)
@@ -85,7 +85,7 @@ hands_setup() {
     ls -lt /bin > ${FROM}/dir/subdir/subsubdir2/bin-lt-list
 
     echo testing head:
-    ls -lR ${srcdir} | head -10
+    ls -lR ${srcdir} | head -10 || echo failed
 }