diff options
-rwxr-xr-x | testsuite/testing.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/testing.sh b/testsuite/testing.sh index 19d93f5a8..7c642d729 100755 --- a/testsuite/testing.sh +++ b/testsuite/testing.sh | |||
@@ -17,8 +17,8 @@ | |||
17 | # | 17 | # |
18 | # The "testing" function takes five arguments: | 18 | # The "testing" function takes five arguments: |
19 | # $1) Description to display when running command | 19 | # $1) Description to display when running command |
20 | # $2) Command line arguments to command" | 20 | # $2) Command line arguments to command |
21 | # $3) Expected result (on stdout)" | 21 | # $3) Expected result (on stdout) |
22 | # $4) Data written to file "input" | 22 | # $4) Data written to file "input" |
23 | # $5) Data written to stdin | 23 | # $5) Data written to stdin |
24 | # | 24 | # |