aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-05-08 22:37:19 +0300
committerArnold D. Robbins <arnold@skeeve.com>2021-05-08 22:37:19 +0300
commit8303fcb4ac651568dff831da88c147bbebea3ba7 (patch)
tree7595d84643ab61c4d16874bb81852b65129aff07
parent7b2c1cd1c93dec77823b7d8d2e93f320dc4a6fb9 (diff)
downloadegawk-8303fcb4ac651568dff831da88c147bbebea3ba7.tar.gz
egawk-8303fcb4ac651568dff831da88c147bbebea3ba7.tar.bz2
egawk-8303fcb4ac651568dff831da88c147bbebea3ba7.zip
And remove cksum file after test.
-rw-r--r--test/Makefile.in2
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 $@