]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
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 11cf9c7004290c65b5136fb54d248000f8caae00..c5017187b4c96e2927d96c364ee7546c3115881a 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
 }