Skip to content

Commit c21be1f

Browse files
committed
put quotes around argument
1 parent 9842f57 commit c21be1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

irods/test/scripts/test002.bats

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

4444
}

0 commit comments

Comments
 (0)