From 8681288aace77dadd3dcd7495c1326eaa1a68c9b Mon Sep 17 00:00:00 2001 From: astokes Date: Wed, 31 Mar 2010 19:26:42 +0000 Subject: dejagnu tests git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@903 ef72aa8b-4018-0410-8976-d6e080ef94d8 --- testsuite/config/unix.exp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 testsuite/config/unix.exp (limited to 'testsuite/config/unix.exp') diff --git a/testsuite/config/unix.exp b/testsuite/config/unix.exp new file mode 100644 index 00000000..db3331e1 --- /dev/null +++ b/testsuite/config/unix.exp @@ -0,0 +1,11 @@ +proc sos_start {} { + global SOS + + send_user "starting $SOS" + spawn $SOS + expect { + -re ".*root.*" { perror "Can't start $SOS"; exit 1 } + } +} + +sos_start -- cgit