ee5d6a6b8a
* Follow the upstream test suite's conventions. * More migration to follow.
13 lines
110 B
Bash
13 lines
110 B
Bash
#!/bin/bash
|
|
set -e
|
|
|
|
testAlias+=(
|
|
[kylemanna/openvpn]='openvpn'
|
|
)
|
|
|
|
imageTests+=(
|
|
[openvpn]='
|
|
paranoid
|
|
'
|
|
)
|