diff options
Diffstat (limited to 't/help3.sh')
-rwxr-xr-x | t/help3.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/help3.sh b/t/help3.sh index 54e06d57c..0ee3043ba 100755 --- a/t/help3.sh +++ b/t/help3.sh @@ -16,7 +16,7 @@ # Make sure --help and --version takes precedence over other options. -. ./defs || Exit 1 +. ./defs || exit 1 # We must have full control over the content of the current directory. mkdir cleandir |