diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2014-06-13 18:58:22 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2014-06-13 18:58:22 +0300 |
commit | 4244b65b06d5ecaf6f9dd0387ac7e3166bd2364e (patch) | |
tree | 7f955e947ba7129770a3af59b86feeb0b2491cc5 /tests/Makefile.am | |
parent | xzgrep: Add a test for the previous fix. (diff) | |
download | xz-4244b65b06d5ecaf6f9dd0387ac7e3166bd2364e.tar.xz |
xzgrep: Improve the test script.
Now it should be close to the functionality of the original
version by Pavel Raiskup.
Diffstat (limited to '')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index c4e17ed1..8223a189 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -52,4 +52,5 @@ TESTS += test_scripts.sh endif clean-local: - -rm -f compress_generated_* + -rm -f compress_generated_* \ + xzgrep_test_output xzgrep_test_1.xz xzgrep_test_2.xz |