From 12f4bcdeec1a108be40936e4afb26d30119288ee Mon Sep 17 00:00:00 2001 From: astokes Date: Wed, 31 Mar 2010 19:38:56 +0000 Subject: dejagnu git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@905 ef72aa8b-4018-0410-8976-d6e080ef94d8 --- testsuite/config/unix.exp | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'testsuite/config') 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 -- cgit