Details
-
Bug
-
Resolution: Fixed
-
Trivial
-
None
-
None
-
3
-
10251
Description
The file test for $TF_FAIL variable should be quoted in acceptance-small.sh and auster.sh. Otherwise, if this variable is not defined, bash will spit out something like
acceptance-small.sh: line 123: [: too many arguments
Bash variables should generally be quoted whenever they are referenced. (see http://tldp.org/LDP/abs/html/quotingvar.html).