From d92412814c39b033c77f637f130108346a48b996 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 16 Feb 2010 09:45:27 -0800 Subject: [PATCH] testsuite: Don't check pspp version with AT_TESTED. AT_TESTED is for reporting the versions of binaries that you test, but the testsuite doesn't currently test the "pspp" binary. More importantly, the Makefile doesn't ensure that the "pspp" binary is in $PATH when the testsuite runs, which can cause a spurious test failure. --- tests/testsuite.at | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/testsuite.at b/tests/testsuite.at index fbf821a7..4e3f488e 100644 --- a/tests/testsuite.at +++ b/tests/testsuite.at @@ -1,5 +1,3 @@ AT_INIT -AT_TESTED([pspp]) - m4_include([tests/output/render.at]) -- 2.30.2