incorrect usage of cd test/ if ! test -> if test !

This commit is contained in:
rocky
2003-09-20 00:28:31 +00:00
parent 728ed648f7
commit 70ffa73191
5 changed files with 11 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/sh
#$Id: check_cue.sh.in,v 1.11 2003/09/19 04:09:47 rocky Exp $
#$Id: check_cue.sh.in,v 1.12 2003/09/20 00:28:32 rocky Exp $
# Tests to see that BIN/CUE file iamge reading is correct (via cd-info).
if test -z "@VCDINFO_LIBS@" ; then
vcd_opt='--no-vcd'
@@ -11,7 +11,7 @@ fi
. ${srcdir}/check_common_fn
if ! test -x ../src/cd-info ; then
if test ! -x ../src/cd-info ; then
exit 77
fi