Add missing RUMP_SERVER export, so the "normal" test does not fail with

a stupid error.
This commit is contained in:
martin 2011-08-09 13:48:55 +00:00
parent d745f33bcc
commit 2e58500e62
1 changed files with 2 additions and 1 deletions

View File

@ -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} \