diff options
Diffstat (limited to 'tests/tar.test')
-rwxr-xr-x | tests/tar.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tar.test b/tests/tar.test index 94a837f00..97dec385b 100755 --- a/tests/tar.test +++ b/tests/tar.test @@ -16,7 +16,7 @@ # Check the tar-ustar option. -. ./defs || exit 1 +. ./defs || Exit 1 set -e @@ -34,7 +34,7 @@ $AUTOCONF $AUTOMAKE ./configure -grep 'am__tar.*false' Makefile && exit 77 +grep 'am__tar.*false' Makefile && Exit 77 $MAKE distcheck test -f tar-1.0.tar.gz |