testsuite: add tests for cut and grep;

slight improvements to infrastructure
This commit is contained in:
Denis Vlasenko
2007-11-26 05:38:20 +00:00
parent ed270a5f32
commit 4e1e720523
4 changed files with 33 additions and 5 deletions

View File

@@ -58,7 +58,7 @@ testing()
if [ $# -ne 5 ]
then
echo "Test $NAME has the wrong number of arguments ($# $*)" >&2
echo "Test $NAME has wrong number of arguments (must be 5) ($# $*)" >&2
exit
fi