freebsd-dev/tools/regression/geom_gate/runtests.sh
Pawel Jakub Dawidek 100ed7e49e Add regression tests for GEOM Gate:
- test-1.sh - Tests ggatec(8) and ggated(8) on lo0.
	- test-2.sh - Tests ggatel(8) on a regular file.
	- test-3.sh - Tests ggatel(8) on a md(4) device.
2004-05-03 18:29:54 +00:00

9 lines
91 B
Bash

#!/bin/sh
# $FreeBSD$
dir=`dirname $0`
for ts in `dirname $0`/test-*.sh; do
sh $ts
done