diff options
Diffstat (limited to 't/badopt.sh')
-rwxr-xr-x | t/badopt.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/badopt.sh b/t/badopt.sh index b06657f27..b548a4f53 100755 --- a/t/badopt.sh +++ b/t/badopt.sh @@ -16,7 +16,7 @@ # Test to make sure bad options cause error. -. ./defs || Exit 1 +. ./defs || exit 1 echo 'AUTOMAKE_OPTIONS = zardoz' > Makefile.am |