From 1cc54f3625360d0760a627568730ffe0f804772d Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Tue, 28 Jul 2020 06:41:41 +0200 Subject: [PATCH] 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 --- tests/empdump-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/empdump-test b/tests/empdump-test index 0d132d08..650fa3ad 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