Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F103598051
D19958.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
667 B
Referenced Files
None
Subscribers
None
D19958.diff
View Options
Index: head/tests/sys/geom/class/mirror/component_selection.sh
===================================================================
--- head/tests/sys/geom/class/mirror/component_selection.sh
+++ head/tests/sys/geom/class/mirror/component_selection.sh
@@ -1,5 +1,9 @@
# $FreeBSD$
+ATF_TEST=true
+class=mirror
+. $(atf_get_srcdir)/conf.sh
+
atf_test_case run_latest_genid cleanup
run_latest_genid_head()
{
@@ -9,7 +13,10 @@
}
run_latest_genid_body()
{
- . $(atf_get_srcdir)/conf.sh
+ geom_atf_test_setup
+ if ! error_message=$(geom_load_class_if_needed nop); then
+ atf_skip "$error_message"
+ fi
f1=$(mktemp ${base}.XXXXXX)
f2=$(mktemp ${base}.XXXXXX)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Nov 27, 11:20 PM (20 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14897488
Default Alt Text
D19958.diff (667 B)
Attached To
Mode
D19958: Skip test component_selection:run_latest_genid if gmirror/gnop GEOM classes aren't available
Attached
Detach File
Event Timeline
Log In to Comment