Module Name: src
Committed By: pooka
Date: Thu Feb 24 08:40:06 UTC 2011
Modified Files:
src/tests/rump/rumpkern: t_sp.sh
Log Message:
in reconnect, ignore any all reconnect messages
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/tests/rump/rumpkern/t_sp.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/rump/rumpkern/t_sp.sh
diff -u src/tests/rump/rumpkern/t_sp.sh:1.10 src/tests/rump/rumpkern/t_sp.sh:1.11
--- src/tests/rump/rumpkern/t_sp.sh:1.10 Mon Jan 24 17:51:29 2011
+++ src/tests/rump/rumpkern/t_sp.sh Thu Feb 24 08:40:06 2011
@@ -1,4 +1,4 @@
-# $NetBSD: t_sp.sh,v 1.10 2011/01/24 17:51:29 pooka Exp $
+# $NetBSD: t_sp.sh,v 1.11 2011/02/24 08:40:06 pooka Exp $
#
# Copyright (c) 2010 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -99,7 +99,7 @@
export RUMP_SERVER=unix://commsock
atf_check -s exit:0 rump_server ${RUMP_SERVER}
- atf_check -s exit:0 $(atf_get_srcdir)/h_client/h_reconcli 2
+ atf_check -s exit:0 -e ignore $(atf_get_srcdir)/h_client/h_reconcli 2
}
atf_init_test_cases()