aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-02-16 09:25:31 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-02-16 09:25:31 +0000
commit8665c50dfde373176c65662cdf4b0d3081f0b276 (patch)
tree07a86aafbfce2620d8545d59e7f2e20db10c2bd2
parentb44caeb8ed80a460d91f46aed1027dfddc194c3d (diff)
downloadbusybox-w32-8665c50dfde373176c65662cdf4b0d3081f0b276.tar.gz
busybox-w32-8665c50dfde373176c65662cdf4b0d3081f0b276.tar.bz2
busybox-w32-8665c50dfde373176c65662cdf4b0d3081f0b276.zip
Putting together OPTIONFLAGS, sed needs the global flag to handle multiple
options. git-svn-id: svn://busybox.net/trunk/busybox@14074 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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
94# Set up option flags so tests can be selective. 94# Set up option flags so tests can be selective.
95 95
96configfile=${bindir:-../../}/.config 96configfile=${bindir:-../../}/.config
97export OPTIONFLAGS=:$(echo $(sed -nr 's/^CONFIG_(.*)=.*/\1/p' $configfile) | sed 's/ /:/') 97export OPTIONFLAGS=:$(echo $(sed -nr 's/^CONFIG_(.*)=.*/\1/p' $configfile) | sed 's/ /:/g')
98 98
99for applet in $applets; do 99for applet in $applets; do
100 if [ "$applet" = "links" ]; then continue; fi 100 if [ "$applet" = "links" ]; then continue; fi