diff options
Diffstat (limited to 'tests/instdat2.test')
-rwxr-xr-x | tests/instdat2.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/instdat2.test b/tests/instdat2.test index a96583fbe..115586ffc 100755 --- a/tests/instdat2.test +++ b/tests/instdat2.test @@ -17,7 +17,7 @@ # Test that installing under $exec_prefix is handled by install-exec. # Testing with headers for instance. -. ./defs || exit 1 +. ./defs || Exit 1 cat >Makefile.am << 'EOF' # User directories. @@ -63,7 +63,7 @@ pkgdata_SCRIPTS = script EOF set -e -$ACLOCAL || exit 1 +$ACLOCAL || Exit 1 $AUTOMAKE # install-SCRIPTS targets. @@ -87,4 +87,4 @@ EOF diff expected produced -exit 0 +Exit 0 |