diff options
author | Martin Pool <mbp@samba.org> | 2002-01-25 10:47:47 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2002-01-25 10:47:47 +0000 |
commit | a217ad3095f621eca116ce19e47cfccbb9c09836 (patch) | |
tree | a770e37f22540dac27f83aebdfc07421da35565d /testsuite/rsync.fns | |
parent | 3d6feada8a8462c38cc2f70ec5f2fb00eee58f31 (diff) | |
download | rsync-a217ad3095f621eca116ce19e47cfccbb9c09836.tar.gz |
Add test_skipped function.
Diffstat (limited to 'testsuite/rsync.fns')
-rw-r--r-- | testsuite/rsync.fns | 5 |
1 files changed, 5 insertions, 0 deletions
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. |