* examples/calc++/test: Be quiet unless VERBOSE.

This commit is contained in:
Akim Demaille
2005-10-10 11:41:27 +00:00
parent e764d4df76
commit a1b3bf8c21
2 changed files with 8 additions and 1 deletions

View File

@@ -1,6 +1,9 @@
#! /bin/sh
set +e
test -z "$VERBOSE" && {
exec > /dev/null 2>&1
}
cat >input <<EOF
a := 1
b := 2