summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-04-29 19:08:11 +0000
committerngie <ngie@FreeBSD.org>2015-04-29 19:08:11 +0000
commit0207f9a85e26c41b09c9186bd357bddbb82361bf (patch)
tree6ab2a41ddb3623d3a4e66efc39df31a3875b6d2b /tests
parented3629565fe032f7897996ddf7f7db5351002d50 (diff)
downloadFreeBSD-src-0207f9a85e26c41b09c9186bd357bddbb82361bf.zip
FreeBSD-src-0207f9a85e26c41b09c9186bd357bddbb82361bf.tar.gz
Fix typo. It should have been atf_tc_skip, not atf_skip
Reported by: many, Jenkins Pointyhat to: ngie MFC after: 4 days
Diffstat (limited to 'tests')
-rw-r--r--tests/freebsd_test_suite/macros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/freebsd_test_suite/macros.h b/tests/freebsd_test_suite/macros.h
index bc0b610..8d95f05 100644
--- a/tests/freebsd_test_suite/macros.h
+++ b/tests/freebsd_test_suite/macros.h
@@ -40,7 +40,7 @@
#define ATF_REQUIRE_KERNEL_MODULE(_mod_name) do { \
if (modfind(_mod_name) == -1) { \
- atf_skip("module %s could not be resolved: %s", \
+ atf_tc_skip("module %s could not be resolved: %s", \
_mod_name, strerror(errno)); \
} \
} while(0)
OpenPOWER on IntegriCloud