Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/dev/raidframe Fix cut-and-paste-o that casused the rai...
details: https://anonhg.NetBSD.org/src/rev/598e8e419fbb
branches: trunk
changeset: 770389:598e8e419fbb
user: gson <gson%NetBSD.org@localhost>
date: Sat Oct 15 11:31:40 2011 +0000
description:
Fix cut-and-paste-o that casused the raid1_normal test case to have no
cleanup function defined, resulting in a rump_server process hanging
around after the tests completed.
diffstat:
tests/dev/raidframe/t_raid.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r f5ecc8174c17 -r 598e8e419fbb tests/dev/raidframe/t_raid.sh
--- a/tests/dev/raidframe/t_raid.sh Sat Oct 15 10:46:24 2011 +0000
+++ b/tests/dev/raidframe/t_raid.sh Sat Oct 15 11:31:40 2011 +0000
@@ -1,5 +1,5 @@
#! /usr/bin/atf-sh
-# $NetBSD: t_raid.sh,v 1.10 2011/08/09 13:48:55 martin Exp $
+# $NetBSD: t_raid.sh,v 1.11 2011/10/15 11:31:40 gson Exp $
#
# Copyright (c) 2010 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -202,7 +202,7 @@
}
-raid1_comp0fail_cleanup()
+raid1_normal_cleanup()
{
export RUMP_SERVER=unix://sock
rump.halt
Home |
Main Index |
Thread Index |
Old Index