Module Name:    src
Committed By:   gson
Date:           Sat Oct 15 11:31:41 UTC 2011

Modified Files:
        src/tests/dev/raidframe: t_raid.sh

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/tests/dev/raidframe/t_raid.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/dev/raidframe/t_raid.sh
diff -u src/tests/dev/raidframe/t_raid.sh:1.10 src/tests/dev/raidframe/t_raid.sh:1.11
--- src/tests/dev/raidframe/t_raid.sh:1.10	Tue Aug  9 13:48:55 2011
+++ src/tests/dev/raidframe/t_raid.sh	Sat Oct 15 11:31:40 2011
@@ -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_normal_body()
 
 }
 
-raid1_comp0fail_cleanup()
+raid1_normal_cleanup()
 {       
         export RUMP_SERVER=unix://sock
         rump.halt

Reply via email to