diff options
Diffstat (limited to 't/longline.sh')
-rwxr-xr-x | t/longline.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/longline.sh b/t/longline.sh index 0c7e09e82..d0240fdc6 100755 --- a/t/longline.sh +++ b/t/longline.sh @@ -17,7 +17,7 @@ # Long lines of += should be wrapped. # Report from Simon Josefsson. -. ./defs || Exit 1 +. ./defs || exit 1 (echo DUMMY = some_long_filename_1; for i in 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20; |