080361d6b8
the given providers. Without even one of the configured components there should be no way to get the secret. Supported by: WHEEL Sp. z o.o. http://www.wheel.pl
11 lines
133 B
Bash
11 lines
133 B
Bash
#!/bin/sh
|
|
# $FreeBSD$
|
|
|
|
dir=`dirname $0`
|
|
|
|
gshsec load >/dev/null 2>&1
|
|
for ts in `dirname $0`/test-*.sh; do
|
|
sh $ts
|
|
done
|
|
gshsec unload
|