Add test_skipped function.
authorMartin Pool <mbp@samba.org>
Fri, 25 Jan 2002 10:47:47 +0000 (10:47 +0000)
committerMartin Pool <mbp@samba.org>
Fri, 25 Jan 2002 10:47:47 +0000 (10:47 +0000)
testsuite/rsync.fns

index 165dfa0..5525062 100644 (file)
@@ -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.