Module Name: src
Committed By: joerg
Date: Tue Mar 8 08:04:48 UTC 2016
Modified Files:
src/tests/sbin/gpt: t_gpt.sh
Log Message:
Require the boot block to be used, test can't work otherwise.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/tests/sbin/gpt/t_gpt.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/sbin/gpt/t_gpt.sh
diff -u src/tests/sbin/gpt/t_gpt.sh:1.14 src/tests/sbin/gpt/t_gpt.sh:1.15
--- src/tests/sbin/gpt/t_gpt.sh:1.14 Sun Dec 27 06:53:48 2015
+++ src/tests/sbin/gpt/t_gpt.sh Tue Mar 8 08:04:48 2016
@@ -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 @@ label_2part_body() {
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() {