aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/config/unix.exp
blob: db3331e112084cd30d3c25433c412d0e59e440b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
proc sos_start {} {
    global SOS

    send_user "starting $SOS"
    spawn $SOS
    expect {
        -re ".*root.*" { perror "Can't start $SOS"; exit 1 }
    }
}

sos_start