summaryrefslogtreecommitdiffstats
path: root/tools/regression/geom_uzip/test-1.t
diff options
context:
space:
mode:
Diffstat (limited to 'tools/regression/geom_uzip/test-1.t')
-rw-r--r--tools/regression/geom_uzip/test-1.t22
1 files changed, 0 insertions, 22 deletions
diff --git a/tools/regression/geom_uzip/test-1.t b/tools/regression/geom_uzip/test-1.t
deleted file mode 100644
index b156c06..0000000
--- a/tools/regression/geom_uzip/test-1.t
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/sh
-# $FreeBSD$
-
-testsdir=$(dirname $0)
-. $testsdir/conf.sh
-
-echo "1..1"
-
-UUE=$testsdir/test-1.img.uzip.uue
-uudecode $UUE
-us0=$(attach_md -f $(basename $UUE .uue)) || exit 1
-sleep 1
-
-mount -o ro /dev/${us0}.uzip "${mntpoint}" || exit 1
-
-#cat "${mntpoint}/etalon.txt"
-diff -I '\$FreeBSD.*\$' -u $testsdir/etalon/etalon.txt "${mntpoint}/etalon.txt"
-if [ $? -eq 0 ]; then
- echo "ok 1"
-else
- echo "not ok 1"
-fi
OpenPOWER on IntegriCloud