diff options
| author | gson <gson@NetBSD.org> | 2011-10-15 11:31:40 +0000 |
|---|---|---|
| committer | gson <gson@NetBSD.org> | 2011-10-15 11:31:40 +0000 |
| commit | 106d9533e7fee41b9b29a984960ff84476181974 (patch) | |
| tree | 17442ddeaad81106f13477e6f9a0344c9c5f09ac /tests/dev/raidframe | |
| parent | d54784eaefffe6c2d7596cdacd846fd7ad99b2a0 (diff) | |
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 (limited to 'tests/dev/raidframe')
| -rw-r--r-- | tests/dev/raidframe/t_raid.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/dev/raidframe/t_raid.sh b/tests/dev/raidframe/t_raid.sh index 92db2c6fb09..a6a54ac7647 100644 --- a/tests/dev/raidframe/t_raid.sh +++ b/tests/dev/raidframe/t_raid.sh @@ -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 |
