Skip to content

Commit 4a3a4c9

Browse files
committed
remove .irodsA for both tests in test012*.bats
1 parent 2373ae3 commit 4a3a4c9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

irods/test/scripts/test012_pam_interactive_multistep.bats

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@ setup() {
6363
sudo cp $BATS_TEST_DIRNAME/files_for_test012/pam_interactive /etc/pam.d/
6464
sudo mkdir /t012 && sudo gcc -o /t012/pam_clear_token.so -fno-stack-protector -shared -fPIC $BATS_TEST_DIRNAME/files_for_test012/pam_clear_token.c
6565

66-
# Tests require only the irods_environment.json
67-
rm -f ~/.irods/.irodsA
68-
6966
## Switch over to scheme to be tested.
7067
jq '.irods_authentication_scheme="pam_interactive"' >$CLIENT_JSON.$$ <$CLIENT_JSON && \
7168
mv $CLIENT_JSON.$$ $CLIENT_JSON
7269
}
7370
touch /tmp/test012_flag
71+
72+
# Tests require only the irods_environment.json
73+
rm -f ~/.irods/.irodsA
7474
}
7575

7676
encode_2nd_password() {

0 commit comments

Comments
 (0)