only gets set if $VERBOSE_TEST is not empty.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9388
dc483132-0cff-0310-8789-
dd5450dbe970
+Tue Nov 12 14:58:20 1996 Tom Yu <tlyu@mit.edu>
+
+ * rpc_test_setup.sh: Fix test of $VERBOSE_TEST so that $VERBOSE
+ only gets set if $VERBOSE_TEST is not empty.
+
Mon Nov 11 20:52:27 1996 Tom Yu <tlyu@mit.edu>
* rpc_test_setup.sh: Use a temp file rather than a here document
DUMMY=${MAKE_KEYTAB=$TESTDIR/scripts/make-host-keytab.pl}
# If it's set, set it to true
-VERBOSE=${VERBOSE_TEST+true}
+if test x$VERBOSE_TEST = x; then
+ VERBOSE=true
# Otherwise, set it to false
-DUMMY=${VERBOSE=false}
+else
+ VERBOSE=false
+fi
if $VERBOSE; then
REDIRECT=