Skip to content

Commit ecdee6a

Browse files
committed
further work on test_support_functions intro comment
1 parent 7bca75b commit ecdee6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

irods/test/scripts/test_support_functions

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# This is effectively a group of utility functions to be sourced from tests
2-
# written in BATS or in straight Bash. Many or most have to do either with:
1+
# This file may be sourced from a test script written in Bash or BATS. It
2+
# contains a number of utility functions, most of which have to do with:
33
#
4-
# 1. implementing common tasks, most often setup or configuration wrt iRODS, or
4+
# 1. implementing common tasks, often setup or configuration wrt iRODS; or
55
# 2. more primitive functions e.g. string manipulations or comparisons, etc.
66

77
SCRIPTDIR=${BASH_SOURCE[0]}

0 commit comments

Comments
 (0)