From: Markus Armbruster Date: Tue, 28 Jul 2020 04:41:41 +0000 (+0200) Subject: tests/empdump: Fix to honor "make check-accept" X-Git-Tag: v4.4.1~156 X-Git-Url: http://git.pond.sub.org/?p=empserver;a=commitdiff_plain;h=1cc54f3625360d0760a627568730ffe0f804772d tests/empdump: Fix to honor "make check-accept" Delete stray EMPIRE_CHECK_ACCEPT=. Goes back all the way to commit 5a1544f92 "tests/empdump: New; exercising the empdump utility". Signed-off-by: Markus Armbruster --- diff --git a/tests/empdump-test b/tests/empdump-test index 0d132d080..650fa3adf 100755 --- a/tests/empdump-test +++ b/tests/empdump-test @@ -30,4 +30,4 @@ run export2 $empdump -x mv sandbox/export2.out sandbox/final.xdump cmp_run errors import1 export1 import2 export2 -EMPIRE_CHECK_ACCEPT= cmp_out1 final.xdump "$srcdir"/tests/smoke/final.xdump +cmp_out1 final.xdump "$srcdir"/tests/smoke/final.xdump