aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/col
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-03-23 03:28:24 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-03-23 03:28:24 +0000
commit458cbf0ae6c08a8198470358697fe9064443b11b (patch)
tree8045ef73b1e476f751524e9248f8f384fb8e23ba /usr.bin/col
parentacc3e91350fd4332f99241dea483a0be1ade3f6c (diff)
downloadsrc-458cbf0ae6c08a8198470358697fe9064443b11b.tar.gz
src-458cbf0ae6c08a8198470358697fe9064443b11b.zip
Rename tests from <foo> to <foo>_test to match the FreeBSD test suite
naming scheme usr.bin/diff/diff_test was renamed to usr.bin/diff/netbsd_diff_test to avoid collisions with the renamed FreeBSD test. MFC after: 1 week Sponsored by: Dell EMC Isilon
Notes
Notes: svn path=/head/; revision=315776
Diffstat (limited to 'usr.bin/col')
-rw-r--r--usr.bin/col/tests/Makefile2
-rwxr-xr-xusr.bin/col/tests/col_test.sh (renamed from usr.bin/col/tests/col.sh)0
2 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/col/tests/Makefile b/usr.bin/col/tests/Makefile
index 43ae05b3dbcd..fd28df01ca47 100644
--- a/usr.bin/col/tests/Makefile
+++ b/usr.bin/col/tests/Makefile
@@ -2,7 +2,7 @@
PACKAGE= tests
-ATF_TESTS_SH= col
+ATF_TESTS_SH= col_test
${PACKAGE}FILES+= \
rlf.in \
diff --git a/usr.bin/col/tests/col.sh b/usr.bin/col/tests/col_test.sh
index c072aab929cd..c072aab929cd 100755
--- a/usr.bin/col/tests/col.sh
+++ b/usr.bin/col/tests/col_test.sh