diff options
author | rpaulo <rpaulo@FreeBSD.org> | 2013-10-12 06:06:53 +0000 |
---|---|---|
committer | rpaulo <rpaulo@FreeBSD.org> | 2013-10-12 06:06:53 +0000 |
commit | 650bab0fa98d46fee19d93fb32e98354eb0b2e90 (patch) | |
tree | 6a822df737c23b9e5aaccac426168402b3673948 /lib/libcrypt/tests | |
parent | e4009f5516f79caa88c5fb675da03a4db378248e (diff) | |
download | FreeBSD-src-650bab0fa98d46fee19d93fb32e98354eb0b2e90.zip FreeBSD-src-650bab0fa98d46fee19d93fb32e98354eb0b2e90.tar.gz |
Remove most of the ATF tools and the _atf user.
This is necessary because ATF is deprecated and it will be replaced by Kyua.
Submitted by: jmmv@netbsd.org
Reviewed by: Garrett Cooper
Approved by: re
Diffstat (limited to 'lib/libcrypt/tests')
-rw-r--r-- | lib/libcrypt/tests/crypt_tests.c | 2 |
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) { |