summaryrefslogtreecommitdiff
path: root/tests/dev/raidframe
diff options
context:
space:
mode:
authormartin <martin@NetBSD.org>2011-08-09 13:48:55 +0000
committermartin <martin@NetBSD.org>2011-08-09 13:48:55 +0000
commit1182a354480d83b86374907b39c2020f98dfc3ee (patch)
tree2c4d738d91f3cd9c5ff5afc6ad42740f9d057708 /tests/dev/raidframe
parent26d6d49be9ae2d85f20cde8f815e5a171c943bee (diff)
Add missing RUMP_SERVER export, so the "normal" test does not fail with
a stupid error.
Diffstat (limited to 'tests/dev/raidframe')
-rw-r--r--tests/dev/raidframe/t_raid.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/dev/raidframe/t_raid.sh b/tests/dev/raidframe/t_raid.sh
index e64690db437..92db2c6fb09 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.9 2011/07/29 19:57:38 oster Exp $
+# $NetBSD: t_raid.sh,v 1.10 2011/08/09 13:48:55 martin Exp $
#
# Copyright (c) 2010 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -170,6 +170,7 @@ raid1_normal_head()
raid1_normal_body()
{
makecfg 1 2
+ export RUMP_SERVER=unix://sock
atf_check -s exit:0 ${raidserver} \
-d key=/disk0,hostpath=disk0.img,size=${RAID_MEDIASIZE} \
-d key=/disk1,hostpath=disk1.img,size=${RAID_MEDIASIZE} \