003 File Manager
Current Path:
/usr/src/tests/sys/geom/class/uzip
usr
/
src
/
tests
/
sys
/
geom
/
class
/
uzip
/
📁
..
📄
1_endian_big.img.uzip.uue
(4.88 KB)
📄
1_endian_little.img.uzip.uue
(6.26 KB)
📄
1_test.sh
(714 B)
📄
Makefile
(828 B)
📄
Makefile.depend
(176 B)
📄
conf.sh
(364 B)
📁
etalon
Editing: conf.sh
#!/bin/sh # $FreeBSD$ class="uzip" base=`basename $0` uzip_test_cleanup() { if [ -n "$mntpoint" ]; then umount $mntpoint rmdir $mntpoint fi geom_test_cleanup } trap uzip_test_cleanup ABRT EXIT INT TERM . `dirname $0`/../geom_subr.sh # NOTE: make sure $TMPDIR has been set by geom_subr.sh if unset [by kyua, etc] mntpoint=$(mktemp -d tmp.XXXXXX) || exit
Upload File
Create Folder