diff options
-rwxr-xr-x | testsuite/runtest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/runtest b/testsuite/runtest index c1b1ec2..b1f07fb 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 |