]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r315776:
authorngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 30 Mar 2017 06:20:58 +0000 (06:20 +0000)
committerngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 30 Mar 2017 06:20:58 +0000 (06:20 +0000)
commitdf5d3646902fd384b27d11dabbe23499b0d7ccc1
treea5e852a2dd9f9015c9fd118f64b58955273acaf0
parent7c34f1daee3fe30596405efdf5e25d8da9afeb16
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.

git-svn-id: svn://svn.freebsd.org/base/stable/10@316257 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
14 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.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]