]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Make test-1.sh into a TAP testable testcase
authorngie <ngie@FreeBSD.org>
Fri, 8 Jan 2016 21:38:26 +0000 (21:38 +0000)
committerngie <ngie@FreeBSD.org>
Fri, 8 Jan 2016 21:38:26 +0000 (21:38 +0000)
commit01f062bfdf52edf0dff86746dc387ada0118c6a6
treed06ce1639e5c9bc0762291c8e32f48bb037741f6
parentc3922db0b9a77bd8c945accba393af1a429055de
- Make test-1.sh into a TAP testable testcase
- Delete test-2.sh as it was an incomplete testcase, and the contents were
  basically a subset of test-1.sh
- Add a conf.sh file for executing common functions with geom_uzip
- Use attach_md for attaching md(4) devices
- Don't hardcode /tmp for temporary files, which violates the kyua sandbox

MFC after: 3 weeks
Sponsored by: EMC / Isilon Storage Division
tools/regression/geom_uzip/Makefile
tools/regression/geom_uzip/conf.sh [new file with mode: 0755]
tools/regression/geom_uzip/runtests.sh [deleted file]
tools/regression/geom_uzip/test-1.sh [deleted file]
tools/regression/geom_uzip/test-1.t [new file with mode: 0644]
tools/regression/geom_uzip/test-2.sh [deleted file]