diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-04-01 01:35:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-04-01 01:35:52 +0000 |
commit | 81834531aac372367480b8f4d7845d36b77854f2 (patch) | |
tree | 63109c13d52e8a7d33ca7a34dfd9b00362ef89fc /testsuite/testing.sh | |
parent | 2cf38523a154f1b8de4e8c50ff0e029c95958735 (diff) |
remove bogus "
Diffstat (limited to 'testsuite/testing.sh')
-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 @@ # # The "testing" function takes five arguments: # $1) Description to display when running command -# $2) Command line arguments to command" -# $3) Expected result (on stdout)" +# $2) Command line arguments to command +# $3) Expected result (on stdout) # $4) Data written to file "input" # $5) Data written to stdin # |