mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
6 lines
175 B
Bash
6 lines
175 B
Bash
#!/usr/bin/env ksh93
|
|
script=$(realpath $0)
|
|
export STF_BIN=$(dirname ${script})
|
|
export STF_SUITE=$(dirname ${STF_BIN})
|
|
|
|
env ENV=${STF_SUITE}/include/testenv.kshlib ksh93 -E -l
|