From 62f93dbaea444d5bccc01fb4034032fb52160338 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 17 Apr 2007 17:37:53 +0000 Subject: [PATCH] 2007-04-17 Joel Sherrill * posix/tools/runtest.in: Do not run pppd.exe from batch mode script. --- c/src/lib/libbsp/unix/ChangeLog | 4 ++++ c/src/lib/libbsp/unix/posix/tools/runtest.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/c/src/lib/libbsp/unix/ChangeLog b/c/src/lib/libbsp/unix/ChangeLog index 4a231aa09c..232de45baa 100644 --- a/c/src/lib/libbsp/unix/ChangeLog +++ b/c/src/lib/libbsp/unix/ChangeLog @@ -1,3 +1,7 @@ +2007-04-17 Joel Sherrill + + * posix/tools/runtest.in: Do not run pppd.exe from batch mode script. + 2006-12-02 Ralf Corsépius * configure.ac: New BUG-REPORT address. diff --git a/c/src/lib/libbsp/unix/posix/tools/runtest.in b/c/src/lib/libbsp/unix/posix/tools/runtest.in index 931d0c7de9..49e91289ea 100644 --- a/c/src/lib/libbsp/unix/posix/tools/runtest.in +++ b/c/src/lib/libbsp/unix/posix/tools/runtest.in @@ -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"