summaryrefslogtreecommitdiffstats
path: root/src/tests/dejagnu/krb-standalone/kprop.exp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/dejagnu/krb-standalone/kprop.exp')
-rw-r--r--src/tests/dejagnu/krb-standalone/kprop.exp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/tests/dejagnu/krb-standalone/kprop.exp b/src/tests/dejagnu/krb-standalone/kprop.exp
index ed7ed684f9..cc1a26a287 100644
--- a/src/tests/dejagnu/krb-standalone/kprop.exp
+++ b/src/tests/dejagnu/krb-standalone/kprop.exp
@@ -24,13 +24,11 @@ proc setup_slave {} {
proc scan_kpropd_output {} {
global kpropd_spawn_id kpropd_pid
- # See if kpropd logged anything.
+ # See if kpropd logged anything. It should exit after processing
+ # one kprop connection.
expect {
-i $kpropd_spawn_id
eof {
- # I think kpropd is supposed to run a loop in standalone
- # mode, but exiting seems to be normal behavior.
-# fail "kprop (server exited)"
wait -i $kpropd_spawn_id
unset kpropd_spawn_id kpropd_pid
}