Rename some tests to end in _test.
Requested by: ngie MFC after: 2 weeks X-MFC-With: r314886
This commit is contained in:
parent
8be3ba7682
commit
6d09c9ddac
@ -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.
|
||||
|
@ -1,5 +1,5 @@
|
||||
# $FreeBSD$
|
||||
|
||||
ATF_TESTS_SH= pwait
|
||||
ATF_TESTS_SH= pwait_test
|
||||
|
||||
.include <bsd.test.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
# $FreeBSD$
|
||||
|
||||
ATF_TESTS_SH= timeout
|
||||
ATF_TESTS_SH= timeout_test
|
||||
|
||||
.include <bsd.test.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user