We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9842f57 commit c21be1fCopy full SHA for c21be1f
1 file changed
irods/test/scripts/test002.bats
@@ -39,6 +39,6 @@ print ('env_auth_scheme=%s' % ses.pool.account._original_authentication_scheme)
39
"
40
OUTPUT=$($PYTHON -c "$SCRIPT")
41
# Assert passing value
42
- [ $OUTPUT = env_auth_scheme=pam_password ]
+ [ $OUTPUT = "env_auth_scheme=pam_password" ]
43
44
}
0 commit comments