diff options
Diffstat (limited to 't/self-check-is_newest.tap')
-rwxr-xr-x | t/self-check-is_newest.tap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/self-check-is_newest.tap b/t/self-check-is_newest.tap index 842c411bb..a5f84b311 100755 --- a/t/self-check-is_newest.tap +++ b/t/self-check-is_newest.tap @@ -16,7 +16,7 @@ # Sanity check for the automake testsuite: the 'is_newest' subroutine. -. ./defs || Exit 1 +. ./defs || exit 1 plan_ 21 |