We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a6ce64 commit eaa5395Copy full SHA for eaa5395
1 file changed
irods/test/scripts/test_support_functions
@@ -114,7 +114,7 @@ _begin_pam_environment_and_password() {
114
echo "$ENV" > ~/.irods/irods_environment.json
115
116
# TODO: check: it seems /dev/tty won't work if docker exec is not invoked with -t
117
- if [ -n "$1" ]; then
+ if [ -n "$1" -a -z "$SKIP_IINIT_FOR_PASSWORD" ]; then
118
iinit <<<"$1" 2>/tmp/iinit_as_alice.log
119
fi
120
}
0 commit comments