Skip to content

Commit 0a20895

Browse files
committed
cancel executeion of test001 body
1 parent 39b1cc1 commit 0a20895

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

irods/test/scripts/test001_pam_password_expiration.bats

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ teardown()
2525
# Define the core Python to be run, basically a minimal code block ensuring that we can authenticate to iRODS
2626
# without an exception being raised.
2727

28+
cat<<EOF>/dev/null
2829
local SCRIPT="
2930
import irods.test.helpers as h
3031
ses = h.make_session()
@@ -58,4 +59,5 @@ $SCRIPT")
5859
# Test that iCommands can authenticate with the newly written .irodsA file
5960
6061
iquest "%s" "select COLL_NAME where COLL_NAME like '%/home/alice%'"| grep "^$HOME_COLLECTION\$"
62+
EOF
6163
}

0 commit comments

Comments
 (0)