diff options
author | ngie <ngie@FreeBSD.org> | 2017-03-30 06:20:24 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2017-03-30 06:20:24 +0000 |
commit | 9e3201421004311eb511297aa3f5b73721d44484 (patch) | |
tree | 6246257382c216e919a3fe0a5507d3c0636080b3 /usr.bin/soelim | |
parent | d7afc0b192ce298496f1924a40713cf03caef24a (diff) | |
download | FreeBSD-src-9e3201421004311eb511297aa3f5b73721d44484.zip FreeBSD-src-9e3201421004311eb511297aa3f5b73721d44484.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/soelim')
-rw-r--r-- | usr.bin/soelim/tests/Makefile | 2 | ||||
-rwxr-xr-x | usr.bin/soelim/tests/soelim_test.sh (renamed from usr.bin/soelim/tests/soelim.sh) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/soelim/tests/Makefile b/usr.bin/soelim/tests/Makefile index 9528694..9727110 100644 --- a/usr.bin/soelim/tests/Makefile +++ b/usr.bin/soelim/tests/Makefile @@ -2,7 +2,7 @@ PACKAGE= tests -ATF_TESTS_SH= soelim +ATF_TESTS_SH= soelim_test ${PACKAGE}FILES+= nonexisting.in \ basic.in \ diff --git a/usr.bin/soelim/tests/soelim.sh b/usr.bin/soelim/tests/soelim_test.sh index 69c92e4..69c92e4 100755 --- a/usr.bin/soelim/tests/soelim.sh +++ b/usr.bin/soelim/tests/soelim_test.sh |