From: Mike Frysinger Date: Sat, 1 Apr 2006 01:35:52 +0000 (-0000) Subject: remove bogus " X-Git-Tag: 1_2_0~609 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=81834531aac372367480b8f4d7845d36b77854f2;p=oweals%2Fbusybox.git remove bogus " --- 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 #