a DejaGnu that supports specifying the program on the command-line.
+2003-10-03 Richard Dawe <rich@phekda.freeserve.co.uk> (tiny change)
+
+ * tests/defs.in: For required=runtest, check that we are using
+ a DejaGnu that supports specifying the program on the command-line.
+
2003-10-03 Alexandre Duret-Lutz <adl@gnu.org>
For Debian Bug #213524:
test $create_status = 0 && exit 77
;;
runtest)
- # DejaGnu's runtest program.
+ # DejaGnu's runtest program. We rely on being able to specify
+ # the program on the runtest command-line. This requires
+ # DejaGnu 1.4.3 or later.
echo "$me: running runtest --version"
- (runtest --version) || exit 77
+ (runtest SOMEPROGRAM=someprogram --version) || exit 77
;;
tex)
# No all versions of Tex support `--version', so we use