aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/config
diff options
context:
space:
mode:
authorastokes <astokes@ef72aa8b-4018-0410-8976-d6e080ef94d8>2010-03-31 19:38:56 +0000
committerastokes <astokes@ef72aa8b-4018-0410-8976-d6e080ef94d8>2010-03-31 19:38:56 +0000
commit12f4bcdeec1a108be40936e4afb26d30119288ee (patch)
treefdb0095f2b5d54c4e8dce3eb61cdab977be06094 /testsuite/config
parentd364581c4ee967ccd2af9d61fb25aca4c8f681bd (diff)
downloadsos-12f4bcdeec1a108be40936e4afb26d30119288ee.tar.gz
dejagnu
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@905 ef72aa8b-4018-0410-8976-d6e080ef94d8
Diffstat (limited to 'testsuite/config')
-rw-r--r--testsuite/config/unix.exp11
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