We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bca75b commit ecdee6aCopy full SHA for ecdee6a
irods/test/scripts/test_support_functions
@@ -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:
+# This file may be sourced from a test script written in Bash or BATS. It
+# contains a number of utility functions, most of which have to do with:
3
#
4
-# 1. implementing common tasks, most often setup or configuration wrt iRODS, or
+# 1. implementing common tasks, often setup or configuration wrt iRODS; or
5
# 2. more primitive functions e.g. string manipulations or comparisons, etc.
6
7
SCRIPTDIR=${BASH_SOURCE[0]}
0 commit comments