svn commit: r314944 - in head: . bin/pwait/tests usr.bin/timeout/tests
Bryan Drewery
bdrewery at FreeBSD.org
Thu Mar 9 04:20:02 UTC 2017
Author: bdrewery
Date: Thu Mar 9 04:20:00 2017
New Revision: 314944
URL: https://svnweb.freebsd.org/changeset/base/314944
Log:
Rename some tests to end in _test.
Requested by: ngie
MFC after: 2 weeks
X-MFC-With: r314886
Added:
head/bin/pwait/tests/pwait_test.sh (contents, props changed)
- copied, changed from r314943, head/bin/pwait/tests/pwait.sh
head/usr.bin/timeout/tests/timeout_test.sh (contents, props changed)
- copied, changed from r314943, head/usr.bin/timeout/tests/timeout.sh
Deleted:
head/bin/pwait/tests/pwait.sh
head/usr.bin/timeout/tests/timeout.sh
Modified:
head/ObsoleteFiles.inc
head/bin/pwait/tests/Makefile
head/usr.bin/timeout/tests/Makefile
Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc Thu Mar 9 04:19:52 2017 (r314943)
+++ head/ObsoleteFiles.inc Thu Mar 9 04:20:00 2017 (r314944)
@@ -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.
Modified: head/bin/pwait/tests/Makefile
==============================================================================
--- head/bin/pwait/tests/Makefile Thu Mar 9 04:19:52 2017 (r314943)
+++ head/bin/pwait/tests/Makefile Thu Mar 9 04:20:00 2017 (r314944)
@@ -1,5 +1,5 @@
# $FreeBSD$
-ATF_TESTS_SH= pwait
+ATF_TESTS_SH= pwait_test
.include <bsd.test.mk>
Copied and modified: head/bin/pwait/tests/pwait_test.sh (from r314943, head/bin/pwait/tests/pwait.sh)
==============================================================================
Modified: head/usr.bin/timeout/tests/Makefile
==============================================================================
--- head/usr.bin/timeout/tests/Makefile Thu Mar 9 04:19:52 2017 (r314943)
+++ head/usr.bin/timeout/tests/Makefile Thu Mar 9 04:20:00 2017 (r314944)
@@ -1,5 +1,5 @@
# $FreeBSD$
-ATF_TESTS_SH= timeout
+ATF_TESTS_SH= timeout_test
.include <bsd.test.mk>
Copied and modified: head/usr.bin/timeout/tests/timeout_test.sh (from r314943, head/usr.bin/timeout/tests/timeout.sh)
==============================================================================
More information about the svn-src-all
mailing list