1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-02 12:20:51 +00:00
freebsd/tools/regression/geom_uzip/test-2.sh

16 lines
175 B
Bash

#!/bin/sh
#
# $FreeBSD$
#
#
# prepare
kldload geom_uzip
uudecode test-1.img.uzip.uue
num=`mdconfig -an -f test-1.img.uzip` || exit 1
sleep 1
#
# destroy
kldunload geom_uzip