Test: re-fix magic line

This commit is contained in:
Olof hagsand 2023-04-27 20:51:31 +02:00
parent 678d48a699
commit 4643540391

View file

@ -3,9 +3,10 @@
# Test of CLICON_RESTCONF_NOALPN_DEFAULT AND client certs
# Also client certs (reason is usecase was POSTMAN w client certs)
# Magic line must be first in script (see README.md)
s="$_" ; . ./lib.sh || if [ "$s" = $0 ]; then exit 0; else return 0; fi
s="$_"
dir=/tmp/test_restconf_noalpn.sh
# Magic line must be first in script (see README.md)
. ./lib.sh || if [ "$s" = $0 ]; then exit 0; else return 0; fi
# Only works with native and https
if [ "${WITH_RESTCONF}" != "native" ]; then