testsuite: Don't check pspp version with AT_TESTED.
authorBen Pfaff <blp@gnu.org>
Tue, 16 Feb 2010 17:45:27 +0000 (09:45 -0800)
committerBen Pfaff <blp@gnu.org>
Tue, 16 Feb 2010 17:45:27 +0000 (09:45 -0800)
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

index fbf821a7d9e3f58e7c31a3d114ead96d955fa33b..4e3f488ea979c71689ccac8911a8ee4514eab801 100644 (file)
@@ -1,5 +1,3 @@
 AT_INIT
 
-AT_TESTED([pspp])
-
 m4_include([tests/output/render.at])