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

* mcf5206elite/tools/runtest: Do not run pppd.exe from batch mode
	script.
This commit is contained in:
Joel Sherrill
2007-04-17 17:37:32 +00:00
parent bd8dd9ed58
commit 19738a7d69
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2007-04-17 Joel Sherrill <joel@OARcorp.com>
* mcf5206elite/tools/runtest: 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

@@ -158,7 +158,7 @@ do
case "$tname" in
# size is no longer interactive.
monitor* | termios* | fileio*)
monitor* | termios* | fileio* | pppd*)
warn "Skipping $tname; it is interactive"
continue
;;