diff options
Diffstat (limited to 't/lzma.sh')
-rwxr-xr-x | t/lzma.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ # Check support for no-dist-gzip with lzma. -. ./defs || Exit 1 +. ./defs || exit 1 errmsg='support for lzma.*removed' |