Commit f35798a5 authored by Wayne Davison's avatar Wayne Davison

Added a "test_fail" function to 00-hello.test.

parent b8993a1e
#! /bin/sh
test_fail() {
echo "$@" >&2
exit 1
}
echo $0 running
$RSYNC --version || test_fail '--version output failed'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment