summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authormartin <martin@NetBSD.org>2019-07-10 06:10:54 +0000
committermartin <martin@NetBSD.org>2019-07-10 06:10:54 +0000
commit8cac8358cf6fdc0705d531299b5d0e206c5d4f77 (patch)
treee7dcbff04056969f4fdb47bffdc8dd0f9eb9bd8a /tests
parent10b2faef900ed86463eb8780e5b17519a3e3eaa6 (diff)
Reduce disk image size for tests (PR 44239 has been fixed)
Diffstat (limited to 'tests')
-rw-r--r--tests/dev/raidframe/t_raid.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/dev/raidframe/t_raid.sh b/tests/dev/raidframe/t_raid.sh
index 9388934e410..689dae23511 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.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()