+2000-02-11 Akim Demaille <akim@epita.fr>
+
+ * tests/torture.m4: Nuke the trailing space in defs.
+
2000-02-11 Akim Demaille <akim@epita.fr>
* tests/atspecific.m4: Really added to the CVS repository.
[[ -Dfoo=toto -Dbar=tata -Dbaz=titi -Dfubar=tutu -Da=A -Daaa=AAA -Daa=AA]
])
-AT_CHECK([cat defs], 0, expout)
+# Because we strip trailing spaces in `testsuite' we can't leave one in
+# expout, hence nuke the one left by AC_OUTPUT_MAKE_DEFS.
+AT_CHECK([sed -e 's/ $//' defs], 0, expout)
AT_CLEANUP(configure config.status config.log config.cache config.h defs)