summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2013-10-12 06:08:18 +0000
committerrpaulo <rpaulo@FreeBSD.org>2013-10-12 06:08:18 +0000
commit33f3e6ab569eb1040266c8ee7bdd0cf74bd58751 (patch)
tree539ae1a246d504ce70c2a0d4a85aaef29c1ac916 /lib
parent89a272e3b91ed0a23f538c485c1021adbfc81731 (diff)
downloadFreeBSD-src-33f3e6ab569eb1040266c8ee7bdd0cf74bd58751.zip
FreeBSD-src-33f3e6ab569eb1040266c8ee7bdd0cf74bd58751.tar.gz
MFC 256365
Remove most of the ATF tools and the _atf user. Approved by: re
Diffstat (limited to 'lib')
-rw-r--r--lib/libcrypt/tests/crypt_tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypt/tests/crypt_tests.c b/lib/libcrypt/tests/crypt_tests.c
index 3331d12..426d10e 100644
--- a/lib/libcrypt/tests/crypt_tests.c
+++ b/lib/libcrypt/tests/crypt_tests.c
@@ -43,7 +43,7 @@ ATF_TC_BODY(invalid, tc)
/*
* This function must not do anything except enumerate
- * the test cases, else atf-run is likely to be upset.
+ * the test cases, per atf-c-api(3).
*/
ATF_TP_ADD_TCS(tp)
{
OpenPOWER on IntegriCloud