mirror of
https://github.com/mikefarah/yq.git
synced 2026-08-24 08:22:13 +08:00
Fix typos (#1798)
This commit is contained in:
+1
-1
@@ -1306,7 +1306,7 @@ if command [ "$#" -ge 2 ]; then
|
||||
# Argument $1 is either the filename of tests or '--'; either way, skip it.
|
||||
shift
|
||||
# Remaining arguments ($2 .. $#) are assumed to be test function names.
|
||||
# Interate through all remaining args in "$@" in a POSIX (likely portable) way.
|
||||
# Iterate through all remaining args in "$@" in a POSIX (likely portable) way.
|
||||
# Helpful tip: https://unix.stackexchange.com/questions/314032/how-to-use-arguments-like-1-2-in-a-for-loop
|
||||
for _shunit_arg_ do
|
||||
suite_addTest "${_shunit_arg_}"
|
||||
|
||||
Reference in New Issue
Block a user