Rename some tests to end in _test.

Requested by:	ngie
MFC after:	2 weeks
X-MFC-With:	r314886
This commit is contained in:
bdrewery 2017-03-09 04:20:00 +00:00
parent 8be3ba7682
commit 6d09c9ddac
5 changed files with 5 additions and 2 deletions

View File

@ -38,6 +38,9 @@
# xargs -n1 | sort | uniq -d;
# done
# 20170308: rename some tests
OLD_FILES+=usr/tests/bin/pwait/pwait
OLD_FILES+=usr/tests/usr.bin/timeout/timeout
# 20170307: remove pcap-int.h
OLD_FILES+=usr/include/pcap-int.h
# 20170302: new libc++ import which bumps version from 3.9.1 to 4.0.0.

View File

@ -1,5 +1,5 @@
# $FreeBSD$
ATF_TESTS_SH= pwait
ATF_TESTS_SH= pwait_test
.include <bsd.test.mk>

View File

@ -1,5 +1,5 @@
# $FreeBSD$
ATF_TESTS_SH= timeout
ATF_TESTS_SH= timeout_test
.include <bsd.test.mk>