Module Name:    src
Committed By:   martin
Date:           Tue Aug  9 13:48:56 UTC 2011

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

Log Message:
Add missing RUMP_SERVER export, so the "normal" test does not fail with
a stupid error.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 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.9 src/tests/dev/raidframe/t_raid.sh:1.10
--- src/tests/dev/raidframe/t_raid.sh:1.9	Fri Jul 29 19:57:38 2011
+++ src/tests/dev/raidframe/t_raid.sh	Tue Aug  9 13:48:55 2011
@@ -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_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}     \

Reply via email to