Skip to content

Commit 543fa6b

Browse files
committed
rename funcs to test_support_functions
1 parent e268702 commit 543fa6b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

irods/test/PRC_issue_362.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# The tests in this BATS module must be run as a (passwordless) sudo-enabled user.
22
# It is also required that the python irodsclient be installed under irods' ~/.local environment.
33

4-
. $BATS_TEST_DIRNAME/scripts/funcs
4+
. $BATS_TEST_DIRNAME/scripts/test_support_functions
55

66
setup() {
77

irods/test/pam.bats/test001_pam_password_expiration.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bats
22

3-
. "$BATS_TEST_DIRNAME"/funcs
3+
. "$BATS_TEST_DIRNAME"/test_support_functions
44
PYTHON=python3
55

66
# Setup/prerequisites are same as for login_auth_test.

0 commit comments

Comments
 (0)