From: Martin Pool Date: Fri, 25 Jan 2002 10:47:47 +0000 (+0000) Subject: Add test_skipped function. X-Git-Tag: v2.5.2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a217ad3095f621eca116ce19e47cfccbb9c09836;p=thirdparty%2Frsync.git Add test_skipped function. --- diff --git a/testsuite/rsync.fns b/testsuite/rsync.fns index 165dfa0c..5525062a 100644 --- a/testsuite/rsync.fns +++ b/testsuite/rsync.fns @@ -222,6 +222,11 @@ test_fail() { exit 1 } +test_skipped() { + echo "$@" >&2 + exit 77 +} + # It failed, but we expected that. don't dump out error logs, # because most users won't want to see them. But do leave # the working directory around.