Skip to content

Commit e4a38d0

Browse files
committed
[_517] test003 corrected for iRODS 4.2
1 parent 8032dc4 commit e4a38d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

irods/test/scripts/test003_write_pam_credentials_to_secrets_file.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ print ('env_auth_scheme=%s' % ses.pool.account._original_authentication_scheme)
4242
"
4343
OUTPUT=$($PYTHON -c "$SCRIPT")
4444
# Assert passing value
45-
[ $OUTPUT = "env_auth_scheme=pam_password" ]
45+
[[ $OUTPUT = "env_auth_scheme=pam"* ]]
4646

4747
}

0 commit comments

Comments
 (0)