diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-08 22:37:19 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-08 22:37:19 +0300 |
commit | 8303fcb4ac651568dff831da88c147bbebea3ba7 (patch) | |
tree | 7595d84643ab61c4d16874bb81852b65129aff07 | |
parent | 7b2c1cd1c93dec77823b7d8d2e93f320dc4a6fb9 (diff) | |
download | egawk-8303fcb4ac651568dff831da88c147bbebea3ba7.tar.gz egawk-8303fcb4ac651568dff831da88c147bbebea3ba7.tar.bz2 egawk-8303fcb4ac651568dff831da88c147bbebea3ba7.zip |
And remove cksum file after test.
-rw-r--r-- | test/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index 967fbab8..294136d7 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -2927,7 +2927,7 @@ iolint: @touch 'exec cat' ; chmod 755 'exec cat' @AWKPATH="$(srcdir)" $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ - @-$(RM) -f cat 'echo hello' 'exec cat' f1 f2 md5sum + @-$(RM) -f cat 'echo hello' 'exec cat' f1 f2 cksum argcasfile: @echo $@ |