diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-11-10 21:46:31 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-11-10 21:46:31 +0200 |
commit | 080a0a51372998be6d995208697c0537b975c1bc (patch) | |
tree | 2d821e1a7771a56e2b1a3f9565502db4b9d729c8 /test | |
parent | 2fe4775356a1042a90f0236d69df1d0379b1a9bc (diff) | |
download | egawk-080a0a51372998be6d995208697c0537b975c1bc.tar.gz egawk-080a0a51372998be6d995208697c0537b975c1bc.tar.bz2 egawk-080a0a51372998be6d995208697c0537b975c1bc.zip |
Bug fix in symtab6 test.
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 2 | ||||
-rw-r--r-- | test/Makefile.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 6530f3db..55244ee3 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1701,7 +1701,7 @@ symtab6: @echo $@ @$(AWK) -d__$@ -f $(srcdir)/$@.awk @grep -v '^ENVIRON' __$@ > _$@ ; rm __$@ - @-$(CMP) $@.ok _$@ && rm -f $@.ok _$@ + @-$(CMP) $@.ok _$@ && rm -f _$@ # Targets generated for other tests: include Maketests diff --git a/test/Makefile.in b/test/Makefile.in index 22b5cf8d..d3711386 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -2082,7 +2082,7 @@ symtab6: @echo $@ @$(AWK) -d__$@ -f $(srcdir)/$@.awk @grep -v '^ENVIRON' __$@ > _$@ ; rm __$@ - @-$(CMP) $@.ok _$@ && rm -f $@.ok _$@ + @-$(CMP) $@.ok _$@ && rm -f _$@ Gt-dummy: # file Maketests, generated from Makefile.am by the Gentests program addcomma: |