summaryrefslogtreecommitdiffstats
path: root/tools/regression/usr.bin/uudecode
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2002-04-27 02:26:23 +0000
committerjmallett <jmallett@FreeBSD.org>2002-04-27 02:26:23 +0000
commit300c1a11c0a8aea8ec82abdbef0f195a2091929b (patch)
tree72ee927892dcfa6e262a7f73e36ca21b46008779 /tools/regression/usr.bin/uudecode
parentcab9acb79f15bb61027a5f66c3ab61888bbe2662 (diff)
downloadFreeBSD-src-300c1a11c0a8aea8ec82abdbef0f195a2091929b.zip
FreeBSD-src-300c1a11c0a8aea8ec82abdbef0f195a2091929b.tar.gz
Prefix tests with PASS and FAIL, to make grepping easier, and note this in
the README. This affects only the base-system regression tests, of course.
Diffstat (limited to 'tools/regression/usr.bin/uudecode')
-rw-r--r--tools/regression/usr.bin/uudecode/regress.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/regression/usr.bin/uudecode/regress.sh b/tools/regression/usr.bin/uudecode/regress.sh
index eb8874f..a12066d 100644
--- a/tools/regression/usr.bin/uudecode/regress.sh
+++ b/tools/regression/usr.bin/uudecode/regress.sh
@@ -13,10 +13,10 @@ for test in traditional base64; do
echo "Running test $test"
uudecode -p < regress.$test.in | cmp regress.out -
if [ $? -eq 0 ]; then
- echo "Test $test detected no regression, output matches."
+ echo "PASS: Test $test detected no regression, output matches."
else
STATUS=$?
- echo "Test $test failed: regression detected. See above."
+ echo "FAIL: Test $test failed: regression detected. See above."
fi
done
OpenPOWER on IntegriCloud