]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r315776:
authorngie <ngie@FreeBSD.org>
Thu, 30 Mar 2017 06:20:24 +0000 (06:20 +0000)
committerngie <ngie@FreeBSD.org>
Thu, 30 Mar 2017 06:20:24 +0000 (06:20 +0000)
commit9e3201421004311eb511297aa3f5b73721d44484
tree6246257382c216e919a3fe0a5507d3c0636080b3
parentd7afc0b192ce298496f1924a40713cf03caef24a
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.
22 files changed:
ObsoleteFiles.inc
usr.bin/col/tests/Makefile
usr.bin/col/tests/col_test.sh [moved from usr.bin/col/tests/col.sh with 100% similarity]
usr.bin/ident/tests/Makefile
usr.bin/ident/tests/ident_test.sh [moved from usr.bin/ident/tests/ident.sh with 100% similarity]
usr.bin/mkimg/tests/Makefile
usr.bin/mkimg/tests/mkimg_test.sh [new file with mode: 0755]
usr.bin/sdiff/tests/Makefile
usr.bin/sdiff/tests/sdiff_test.sh [moved from usr.bin/sdiff/tests/sdiff.sh with 100% similarity]
usr.bin/soelim/tests/Makefile
usr.bin/soelim/tests/soelim_test.sh [moved from usr.bin/soelim/tests/soelim.sh with 100% similarity]
usr.sbin/pw/tests/Makefile
usr.sbin/pw/tests/pw_config_test.sh [moved from usr.sbin/pw/tests/pw_config.sh with 100% similarity]
usr.sbin/pw/tests/pw_etcdir_test.sh [moved from usr.sbin/pw/tests/pw_etcdir.sh with 100% similarity]
usr.sbin/pw/tests/pw_groupadd_test.sh [moved from usr.sbin/pw/tests/pw_groupadd.sh with 100% similarity]
usr.sbin/pw/tests/pw_groupdel_test.sh [moved from usr.sbin/pw/tests/pw_groupdel.sh with 100% similarity]
usr.sbin/pw/tests/pw_groupmod_test.sh [moved from usr.sbin/pw/tests/pw_groupmod.sh with 100% similarity]
usr.sbin/pw/tests/pw_lock_test.sh [moved from usr.sbin/pw/tests/pw_lock.sh with 100% similarity]
usr.sbin/pw/tests/pw_useradd_test.sh [moved from usr.sbin/pw/tests/pw_useradd.sh with 100% similarity]
usr.sbin/pw/tests/pw_userdel_test.sh [moved from usr.sbin/pw/tests/pw_userdel.sh with 100% similarity]
usr.sbin/pw/tests/pw_usermod_test.sh [moved from usr.sbin/pw/tests/pw_usermod.sh with 100% similarity]
usr.sbin/pw/tests/pw_usernext_test.sh [moved from usr.sbin/pw/tests/pw_usernext.sh with 100% similarity]