From 952cf8f4f34feba3d40f2cda90d2453f70aa2b3a Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Thu, 6 Sep 2001 13:07:52 +0000 Subject: [PATCH] Oops, some machines don't have `which`. --- testsuite/rsync.fns | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/rsync.fns b/testsuite/rsync.fns index 11cf9c70..c5017187 100644 --- a/testsuite/rsync.fns +++ b/testsuite/rsync.fns @@ -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 } -- 2.34.1