summaryrefslogtreecommitdiffstats
path: root/usr.bin/units
diff options
context:
space:
mode:
authorjmmv <jmmv@FreeBSD.org>2014-07-25 01:29:22 +0000
committerjmmv <jmmv@FreeBSD.org>2014-07-25 01:29:22 +0000
commit4de5b84b65a267771a36d17b94bc6b49e3d17822 (patch)
tree91b0867fda2ef97b2ee28be218abb7a195af72bd /usr.bin/units
parent61d1c715a691cc6e5a0c6282f1183441999a01f8 (diff)
downloadFreeBSD-src-4de5b84b65a267771a36d17b94bc6b49e3d17822.zip
FreeBSD-src-4de5b84b65a267771a36d17b94bc6b49e3d17822.tar.gz
Fix structure of new tests (r268794) for usr.bin/units.
- Make sure the tests go into the right directory. The location was wrong so they were overwriting the bin/chown tests! - Use the right naming scheme for the test program. - Remove the svn:executable property from the shell script.
Diffstat (limited to 'usr.bin/units')
-rw-r--r--usr.bin/units/tests/Makefile4
-rw-r--r--[-rwxr-xr-x]usr.bin/units/tests/basics_test.sh (renamed from usr.bin/units/tests/units_basics.sh)0
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/units/tests/Makefile b/usr.bin/units/tests/Makefile
index 887af6c..0694eff 100644
--- a/usr.bin/units/tests/Makefile
+++ b/usr.bin/units/tests/Makefile
@@ -2,8 +2,8 @@
.include <bsd.own.mk>
-TESTSDIR= ${TESTSBASE}/bin/chown
+TESTSDIR= ${TESTSBASE}/usr.bin/units
-TAP_TESTS_SH= units_basics
+TAP_TESTS_SH= basics_test
.include <bsd.test.mk>
diff --git a/usr.bin/units/tests/units_basics.sh b/usr.bin/units/tests/basics_test.sh
index adc28e0..adc28e0 100755..100644
--- a/usr.bin/units/tests/units_basics.sh
+++ b/usr.bin/units/tests/basics_test.sh
OpenPOWER on IntegriCloud