Oops, some machines don't have `which`.
authorMartin Pool <mbp@samba.org>
Thu, 6 Sep 2001 13:07:52 +0000 (13:07 +0000)
committerMartin Pool <mbp@samba.org>
Thu, 6 Sep 2001 13:07:52 +0000 (13:07 +0000)
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
 }