aboutsummaryrefslogtreecommitdiff
path: root/testsuite/runtest
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-02-16 09:25:31 +0000
committerRob Landley <rob@landley.net>2006-02-16 09:25:31 +0000
commit5c1cd5fdd340c63963726394dd4ff0739e7c5e63 (patch)
tree07a86aafbfce2620d8545d59e7f2e20db10c2bd2 /testsuite/runtest
parent006fa2d45b16fbc5cdc256e533b2bbe1b4e60c0e (diff)
downloadbusybox-5c1cd5fdd340c63963726394dd4ff0739e7c5e63.tar.gz
Putting together OPTIONFLAGS, sed needs the global flag to handle multiple
options.
Diffstat (limited to 'testsuite/runtest')
-rwxr-xr-xtestsuite/runtest2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/runtest b/testsuite/runtest
index c1b1ec2f4..b1f07fbae 100755
--- a/testsuite/runtest
+++ b/testsuite/runtest
@@ -94,7 +94,7 @@ fi
# Set up option flags so tests can be selective.
configfile=${bindir:-../../}/.config
-export OPTIONFLAGS=:$(echo $(sed -nr 's/^CONFIG_(.*)=.*/\1/p' $configfile) | sed 's/ /:/')
+export OPTIONFLAGS=:$(echo $(sed -nr 's/^CONFIG_(.*)=.*/\1/p' $configfile) | sed 's/ /:/g')
for applet in $applets; do
if [ "$applet" = "links" ]; then continue; fi