2007-04-17 Joel Sherrill <joel@OARcorp.com>

* posix/tools/runtest.in: Do not run pppd.exe from batch mode script.
This commit is contained in:
Joel Sherrill
2007-04-17 17:37:53 +00:00
parent 4608d1b159
commit 62f93dbaea
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2007-04-17 Joel Sherrill <joel@OARcorp.com>
* posix/tools/runtest.in: Do not run pppd.exe from batch mode script.
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: New BUG-REPORT address.

View File

@@ -132,7 +132,7 @@ do
TEST_TYPE="single"
case $tname in
monitor* | termios* | fileio*)
monitor* | termios* | fileio* | pppd*)
if [ $run_to_completion = "yes" ]
then
warn "Skipping $tname; it is interactive"