diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-04-12 11:36:36 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-04-12 11:36:36 +0300 |
commit | 6ba1d42808efba4f381aaeec54211a7802b816ff (patch) | |
tree | 00513bc313fec3b13a4a264898868663060a71aa /test/Maketests | |
parent | 9d331bd9dc0f3e752b1c4a80fe1f7eaad8e34403 (diff) | |
parent | c9c9fe5bb2d5c6b07a67f4cf6861aeb6d9bbfcfd (diff) | |
download | egawk-6ba1d42808efba4f381aaeec54211a7802b816ff.tar.gz egawk-6ba1d42808efba4f381aaeec54211a7802b816ff.tar.bz2 egawk-6ba1d42808efba4f381aaeec54211a7802b816ff.zip |
Merge branch 'master' into feature/stringfix
Diffstat (limited to 'test/Maketests')
-rw-r--r-- | test/Maketests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Maketests b/test/Maketests index 95321a57..c5edc3b4 100644 --- a/test/Maketests +++ b/test/Maketests @@ -1177,7 +1177,7 @@ fwtest2: @AWKPATH="$(srcdir)" $(AWK) -f $@.awk < "$(srcdir)"/$@.in >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ -fwtest3: +fwtest4: @echo $@ @AWKPATH="$(srcdir)" $(AWK) -f $@.awk < "$(srcdir)"/$@.in >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ |