diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-03-20 20:52:26 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-03-20 20:52:26 +0200 |
commit | b630ded7a3489fc10a104f761013eb3b588fd408 (patch) | |
tree | 536c56756d204a072b7c668bea19e7f64aa4bd5f /test/Maketests | |
parent | 366e06bf71b500939fa3a70e3cce91d9a7776e14 (diff) | |
download | egawk-b630ded7a3489fc10a104f761013eb3b588fd408.tar.gz egawk-b630ded7a3489fc10a104f761013eb3b588fd408.tar.bz2 egawk-b630ded7a3489fc10a104f761013eb3b588fd408.zip |
Minor printf bug fix + new test for it everywhere.
Diffstat (limited to 'test/Maketests')
-rw-r--r-- | test/Maketests | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Maketests b/test/Maketests index c76769f4..34a0aaa6 100644 --- a/test/Maketests +++ b/test/Maketests @@ -1080,6 +1080,11 @@ printfbad1: @AWKPATH=$(srcdir) $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ @-$(CMP) $(srcdir)/$@.ok _$@ && rm -f _$@ +printfbad3: + @echo printfbad3 + @AWKPATH=$(srcdir) $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ + @-$(CMP) $(srcdir)/$@.ok _$@ && rm -f _$@ + procinfs: @echo procinfs @AWKPATH=$(srcdir) $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ |