From: Martin Pool Date: Thu, 6 Sep 2001 13:07:52 +0000 (+0000) Subject: Oops, some machines don't have `which`. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/952cf8f4f34feba3d40f2cda90d2453f70aa2b3a Oops, some machines don't have `which`. --- 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 }