100ed7e49e
- 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.
9 lines
91 B
Bash
9 lines
91 B
Bash
#!/bin/sh
|
|
# $FreeBSD$
|
|
|
|
dir=`dirname $0`
|
|
|
|
for ts in `dirname $0`/test-*.sh; do
|
|
sh $ts
|
|
done
|