Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-04-01 05:35:52 +0400
committerMike Frysinger <vapier@gentoo.org>2006-04-01 05:35:52 +0400
commit81834531aac372367480b8f4d7845d36b77854f2 (patch)
tree63109c13d52e8a7d33ca7a34dfd9b00362ef89fc /testsuite
parent2cf38523a154f1b8de4e8c50ff0e029c95958735 (diff)
remove bogus "
Diffstat (limited to 'testsuite')
-rwxr-xr-xtestsuite/testing.sh4
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
#