diff options
Diffstat (limited to 'testsuite/config/unix.exp')
-rw-r--r-- | testsuite/config/unix.exp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/testsuite/config/unix.exp b/testsuite/config/unix.exp index db3331e1..e69de29b 100644 --- a/testsuite/config/unix.exp +++ b/testsuite/config/unix.exp @@ -1,11 +0,0 @@ -proc sos_start {} { - global SOS - - send_user "starting $SOS" - spawn $SOS - expect { - -re ".*root.*" { perror "Can't start $SOS"; exit 1 } - } -} - -sos_start |