freebsd-dev/tools/regression/geom_uzip/test-2.sh

16 lines
175 B
Bash
Raw Normal View History

2004-08-13 09:53:52 +00:00
#!/bin/sh
#
# $FreeBSD$
#
#
# prepare
kldload geom_uzip
uudecode test-1.img.uzip.uue
num=`mdconfig -an -f test-1.img.uzip` || exit 1
2004-08-13 09:53:52 +00:00
sleep 1
#
# destroy
kldunload geom_uzip