diff options
author | ngie <ngie@FreeBSD.org> | 2017-03-30 06:20:58 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2017-03-30 06:20:58 +0000 |
commit | 11270b0ea8c24db3b60a32aaad4dc7979171e0f4 (patch) | |
tree | a5e852a2dd9f9015c9fd118f64b58955273acaf0 /usr.bin | |
parent | 94eaa7390393565b3953ed5359f9713bdac81170 (diff) | |
download | FreeBSD-src-11270b0ea8c24db3b60a32aaad4dc7979171e0f4.zip FreeBSD-src-11270b0ea8c24db3b60a32aaad4dc7979171e0f4.tar.gz |
MFC r315776:
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.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/col/tests/Makefile | 2 | ||||
-rwxr-xr-x | usr.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 cf02083..aa437bf 100644 --- a/usr.bin/col/tests/Makefile +++ b/usr.bin/col/tests/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -ATF_TESTS_SH= col +ATF_TESTS_SH= col_test FILES= rlf.in \ rlf2.in diff --git a/usr.bin/col/tests/col.sh b/usr.bin/col/tests/col_test.sh index c072aab..c072aab 100755 --- a/usr.bin/col/tests/col.sh +++ b/usr.bin/col/tests/col_test.sh |