Deleted Added
full compact
test-2.sh (133641) test-2.sh (150734)
1#!/bin/sh
2#
1#!/bin/sh
2#
3# $FreeBSD: head/tools/regression/geom_uzip/test-2.sh 133641 2004-08-13 09:53:52Z fjoe $
3# $FreeBSD: head/tools/regression/geom_uzip/test-2.sh 150734 2005-09-29 22:41:20Z fjoe $
4#
5
6#
7# prepare
8kldload geom_uzip
4#
5
6#
7# prepare
8kldload geom_uzip
9uudecode test-1.img.gz.uue
10num=`mdconfig -an -f test-1.img.gz` || exit 1
9uudecode test-1.img.uzip.uue
10num=`mdconfig -an -f test-1.img.uzip` || exit 1
11sleep 1
12
13#
14# destroy
15kldunload geom_uzip
11sleep 1
12
13#
14# destroy
15kldunload geom_uzip