Module Name:    src
Committed By:   martin
Date:           Wed Jul 10 06:10:54 UTC 2019

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

Log Message:
Reduce disk image size for tests (PR 44239 has been fixed)


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 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.13 src/tests/dev/raidframe/t_raid.sh:1.14
--- src/tests/dev/raidframe/t_raid.sh:1.13	Thu Jan 18 00:32:49 2018
+++ src/tests/dev/raidframe/t_raid.sh	Wed Jul 10 06:10:54 2019
@@ -1,5 +1,5 @@
 #! /usr/bin/atf-sh
-#	$NetBSD: t_raid.sh,v 1.13 2018/01/18 00:32:49 mrg Exp $
+#	$NetBSD: t_raid.sh,v 1.14 2019/07/10 06:10:54 martin Exp $
 #
 # Copyright (c) 2010 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -113,8 +113,7 @@ old_numrows_config_cleanup()
 	rump.halt
 }
 
-# make this smaller once 44239 is fixed
-export RAID_MEDIASIZE=32m
+export RAID_MEDIASIZE=4m
 
 atf_test_case raid1_compfail cleanup
 raid1_compfail_head()

Reply via email to