diff options
Diffstat (limited to 't/order.sh')
-rwxr-xr-x | t/order.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/order.sh b/t/order.sh index 238340346..cd0beac9d 100755 --- a/t/order.sh +++ b/t/order.sh @@ -17,7 +17,7 @@ # Make sure AC_DEFUN is handled correctly. This test isn't named very # well. Report from Jim Meyering. -. ./defs || Exit 1 +. ./defs || exit 1 cat >> configure.ac << 'END' jm_TEST |