mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 18:32:49 -04:00
- 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.
8 lines
91 B
Bash
8 lines
91 B
Bash
#!/bin/sh
|
|
# $FreeBSD$
|
|
|
|
dir=`dirname $0`
|
|
|
|
for ts in `dirname $0`/test-*.sh; do
|
|
sh $ts
|
|
done
|