Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/sbin/gpt Require the boot block to be used, test can't...



details:   https://anonhg.NetBSD.org/src/rev/9a941d6b353c
branches:  trunk
changeset: 343982:9a941d6b353c
user:      joerg <joerg%NetBSD.org@localhost>
date:      Tue Mar 08 08:04:48 2016 +0000

description:
Require the boot block to be used, test can't work otherwise.

diffstat:

 tests/sbin/gpt/t_gpt.sh |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 2d1151924f43 -r 9a941d6b353c tests/sbin/gpt/t_gpt.sh
--- a/tests/sbin/gpt/t_gpt.sh   Tue Mar 08 08:01:23 2016 +0000
+++ b/tests/sbin/gpt/t_gpt.sh   Tue Mar 08 08:04:48 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_gpt.sh,v 1.14 2015/12/27 06:53:48 pgoyette Exp $
+# $NetBSD: t_gpt.sh,v 1.15 2016/03/08 08:04:48 joerg Exp $
 #
 # Copyright (c) 2015 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -274,6 +274,7 @@
 atf_test_case bootable_2part
 bootable_2part_head() {
        atf_set "descr" "Make partition 2 bootable in a 2 partition disk"
+       atf_set "require.files" "$bootblk"
 }
 
 bootable_2part_body() {



Home | Main Index | Thread Index | Old Index