diff options
Diffstat (limited to 'tests/colon.test')
-rwxr-xr-x | tests/colon.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/colon.test b/tests/colon.test index 29db5cd08..f648d895a 100755 --- a/tests/colon.test +++ b/tests/colon.test @@ -17,7 +17,7 @@ # Test for bug reported by Nyul Laszlo. When using the ":" syntax in # AC_OUTPUT, Automake fails to find the correct file. -. ./defs || exit 1 +. ./defs || Exit 1 cat > configure.in << 'END' AC_INIT @@ -29,5 +29,5 @@ END : > foo.hin : > stamp-h.in -$ACLOCAL || exit 1 +$ACLOCAL || Exit 1 $AUTOMAKE |