From 90e72f956e2e0878ca2dfc9e2a394c2e25c799d8 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Wed, 23 Aug 2017 08:34:49 +0300 Subject: Fix removing testext.tmp file in test suite. --- test/ChangeLog | 6 +++++- test/Makefile.am | 2 +- test/Makefile.in | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/ChangeLog b/test/ChangeLog index a015ebfe..756386af 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,4 +1,8 @@ -2017-08-21 Eli Zaretskii +2017-08-23 Arnold D. Robbins + + * Makefile.am (testext): Fix spelling of testexttmp.txt. + +2017-08-21 Eli Zaretskii * Makefile.am (testext): Remove textexttmp.txt. diff --git a/test/Makefile.am b/test/Makefile.am index b2577841..99b9fade 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -2209,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 textexttmp.txt + @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ testext.awk testexttmp.txt getfile: @echo $@ diff --git a/test/Makefile.in b/test/Makefile.in index ec3bb963..7493f439 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -2648,7 +2648,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 textexttmp.txt + @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ testext.awk testexttmp.txt getfile: @echo $@ -- cgit v1.2.3