From: Greg Hudson Date: Thu, 4 Nov 2010 17:20:30 +0000 (+0000) Subject: Remove a stray spawn_shell in the iprop dejagnu tests X-Git-Tag: krb5-1.10-alpha1~664 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=56a605ec67e45b81818745808f1bbcdd6f5da7f1;p=krb5.git Remove a stray spawn_shell in the iprop dejagnu tests git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24509 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/tests/dejagnu/krb-standalone/iprop.exp b/src/tests/dejagnu/krb-standalone/iprop.exp index db7cad858..aeba7d3f1 100644 --- a/src/tests/dejagnu/krb-standalone/iprop.exp +++ b/src/tests/dejagnu/krb-standalone/iprop.exp @@ -25,7 +25,6 @@ proc setup_slave {} { } if [catch {exec $KDB5_UTIL load -i $dumpfile} msg] { send_user "slave load failed: $msg" - spawn_shell error "slave load failed: $msg" } }