aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-04-01 01:35:52 +0000
committervapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-04-01 01:35:52 +0000
commit30ecdef8d84c2d250b1e982b8ef4699fb7e51eb6 (patch)
tree63109c13d52e8a7d33ca7a34dfd9b00362ef89fc
parentf5a64a900094938f97420bf710700c83e48efe19 (diff)
downloadbusybox-w32-30ecdef8d84c2d250b1e982b8ef4699fb7e51eb6.tar.gz
busybox-w32-30ecdef8d84c2d250b1e982b8ef4699fb7e51eb6.tar.bz2
busybox-w32-30ecdef8d84c2d250b1e982b8ef4699fb7e51eb6.zip
remove bogus "
git-svn-id: svn://busybox.net/trunk/busybox@14718 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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 @@
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#