diff options
Diffstat (limited to 't/colneq3.sh')
-rwxr-xr-x | t/colneq3.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/colneq3.sh b/t/colneq3.sh index 728cc3299..4211131c7 100755 --- a/t/colneq3.sh +++ b/t/colneq3.sh @@ -17,7 +17,7 @@ # Test that := definitions work as expected at make time. required=GNUmake -. ./defs || Exit 1 +. ./defs || exit 1 cat >> configure.ac << 'END' AC_OUTPUT |