aboutsummaryrefslogtreecommitdiff
path: root/testsuite/runtest
diff options
context:
space:
mode:
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
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