diff options
Diffstat (limited to 't/confh7.sh')
-rwxr-xr-x | t/confh7.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/confh7.sh b/t/confh7.sh index 408077978..d771b3d96 100755 --- a/t/confh7.sh +++ b/t/confh7.sh @@ -17,7 +17,7 @@ # Test to make sure several config headers are allowed. # See also sister "semantic" test 'confh8.test'. -. ./defs || Exit 1 +. ./defs || exit 1 cat >> configure.ac << 'END' AM_CONFIG_HEADER([config.h two.h]) |