Skip to content

Commit 57bf8d0

Browse files
committed
revert some debug changes; push to GitHub for retrial of run-bats-tests
1 parent 88ae56b commit 57bf8d0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

irods/test/login_auth_test.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@ setup_preconnect_preference DONT_CARE
1111
add_irods_to_system_pam_configuration
1212

1313
# Configure clients with admin user but no TLS yet because that requires rescan of config in >= iRODS 5.0
14-
iinit_as_rods || { echo >&2 "couldn't iinit as rods"; exit 2; }
14+
iinit_as_rods >/dev/null 2>&1 || { echo >&2 "couldn't iinit as rods"; exit 2; }
1515

1616
# set up /etc/irods/ssl directory and files
1717
set_up_ssl sudo
1818

19-
exit 121
2019
sudo useradd -ms/bin/bash alissa
2120
sudo chpasswd <<<"alissa:test123"
2221

0 commit comments

Comments
 (0)