]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
testprogs: Reformat test_pkinit_pac.sh
authorAndreas Schneider <asn@samba.org>
Fri, 22 Apr 2022 13:46:05 +0000 (15:46 +0200)
committerPavel Filipensky <pfilipensky@samba.org>
Wed, 10 Aug 2022 09:22:30 +0000 (09:22 +0000)
shfmt -w -p -i 0 -fn testprogs/blackbox/test_pkinit_pac.sh

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Pavel Filipenský <pfilipensky@samba.org>
testprogs/blackbox/test_pkinit_pac.sh

index 8047517fde10d04eceed0cfa0b38e5f2dbede77d..8b358fb469bbaefd3e4070d3518022b0230cdd97 100755 (executable)
@@ -51,7 +51,7 @@ OPTION_REQUEST_PAC="--request-pac"
 
 testit "STEP1 kinit with pkinit (name specified)" \
        "${samba_kinit}" "${OPTION_REQUEST_PAC}" "${OPTION_RENEWABLE}" \
-               "${X509_USER_IDENTITY}" "${USERNAME}@${REALM}" ||
+       "${X509_USER_IDENTITY}" "${USERNAME}@${REALM}" ||
        failed=$((failed + 1))
 testit "STEP1 remote.pac verification" \
        "${samba_smbtorture}" ncacn_np:"${SERVER}" rpc.pac \