summaryrefslogtreecommitdiffstats
path: root/tools/regression/geom_uzip/test-2.sh
blob: 0a9b684b915960abca19c7831c9c5bf33c138de2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
#
# $FreeBSD$
#

#
# prepare
kldload geom_uzip
uudecode test-1.img.gz.uue
num=`mdconfig -an -f test-1.img.gz` || exit 1
sleep 1

#
# destroy
kldunload geom_uzip
OpenPOWER on IntegriCloud