summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-11-25 00:33:42 +0000
committerngie <ngie@FreeBSD.org>2015-11-25 00:33:42 +0000
commit5dba2d4e37064f4f3132bd26d5b93f2530f7e4fc (patch)
tree93f6184a0aa2e71a8fd738139745c76513d0adb9
parent1016c2bb3f8dcd2cf789cd5f6e1d23066a6ca637 (diff)
downloadFreeBSD-src-5dba2d4e37064f4f3132bd26d5b93f2530f7e4fc.zip
FreeBSD-src-5dba2d4e37064f4f3132bd26d5b93f2530f7e4fc.tar.gz
Move 1 to 1_test and 2 to 2_test
-rwxr-xr-xsbin/geom/class/tests/uzip/1_test.sh (renamed from sbin/geom/class/tests/uzip/1.sh)0
-rwxr-xr-xsbin/geom/class/tests/uzip/2_test.sh (renamed from sbin/geom/class/tests/uzip/2.sh)0
-rw-r--r--sbin/geom/class/tests/uzip/Makefile4
3 files changed, 2 insertions, 2 deletions
diff --git a/sbin/geom/class/tests/uzip/1.sh b/sbin/geom/class/tests/uzip/1_test.sh
index af3e889..af3e889 100755
--- a/sbin/geom/class/tests/uzip/1.sh
+++ b/sbin/geom/class/tests/uzip/1_test.sh
diff --git a/sbin/geom/class/tests/uzip/2.sh b/sbin/geom/class/tests/uzip/2_test.sh
index bf66169..bf66169 100755
--- a/sbin/geom/class/tests/uzip/2.sh
+++ b/sbin/geom/class/tests/uzip/2_test.sh
diff --git a/sbin/geom/class/tests/uzip/Makefile b/sbin/geom/class/tests/uzip/Makefile
index a9a7341..d56fec2 100644
--- a/sbin/geom/class/tests/uzip/Makefile
+++ b/sbin/geom/class/tests/uzip/Makefile
@@ -28,7 +28,7 @@ FILESGROUPS= FILES etalon
etalon+= etalon/etalon.txt
etalonDIR= ${TESTSDIR}/etalon
-PLAIN_TESTS_SH+= 1
-PLAIN_TESTS_SH+= 2
+PLAIN_TESTS_SH+= 1_test
+PLAIN_TESTS_SH+= 2_test
.include <bsd.test.mk>
OpenPOWER on IntegriCloud