svn commit: trunk/busybox/testsuite

landley at busybox.net landley at busybox.net
Thu Feb 16 09:25:33 UTC 2006


Author: landley
Date: 2006-02-16 01:25:31 -0800 (Thu, 16 Feb 2006)
New Revision: 14074

Log:
Putting together OPTIONFLAGS, sed needs the global flag to handle multiple
options.


Modified:
   trunk/busybox/testsuite/runtest


Changeset:
Modified: trunk/busybox/testsuite/runtest
===================================================================
--- trunk/busybox/testsuite/runtest	2006-02-16 09:00:57 UTC (rev 14073)
+++ trunk/busybox/testsuite/runtest	2006-02-16 09:25:31 UTC (rev 14074)
@@ -94,7 +94,7 @@
 # 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




More information about the busybox-cvs mailing list