From acd6f9a894f87ad9d662cbf7b24e7e87efc45154 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 21 Aug 2017 21:41:31 +0300 Subject: Clean up textexttmp.txt after the testext test. --- test/ChangeLog | 4 ++++ test/Makefile.am | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/ChangeLog b/test/ChangeLog index 8477084e..a015ebfe 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,7 @@ +2017-08-21 Eli Zaretskii + + * Makefile.am (testext): Remove textexttmp.txt. + 2017-08-16 Arnold D. Robbins * Makefile.am (EXTRA_DIST): Add aryunasgn files. diff --git a/test/Makefile.am b/test/Makefile.am index a4da78c1..b2577841 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1981,7 +1981,6 @@ profile1: @$(AWK) -f ./ap-$@.out "$(srcdir)"/dtdgport.awk > _$@.out2 ; rm ap-$@.out @$(CMP) _$@.out1 _$@.out2 && rm _$@.out[12] || { echo EXIT CODE: $$? >>_$@ ; \ cp "$(srcdir)"/dtdgport.awk $@.ok ; } - profile2: @echo $@ @@ -2210,7 +2209,7 @@ testext:: @echo $@ @$(AWK) '/^(@load|BEGIN)/,/^}/' "$(top_srcdir)"/extension/testext.c > testext.awk @$(AWK) -f ./testext.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ - @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ testext.awk + @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ testext.awk textexttmp.txt getfile: @echo $@ -- cgit v1.2.3