Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test-all2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-all b/tests/test-all
index 5569c3fcb..fb8228f2a 100755
--- a/tests/test-all
+++ b/tests/test-all
@@ -198,7 +198,7 @@ function get_make_options()
OPTS="'CFLAGS=$OPTS'"
;;
esac
- echo "OPSYS=$OPSYS CONF=$CONF $OPTS" \
+ echo "OPSYS=$OPSYS CONF=$CONF $OPTS" | \
sed -e "s/ *$//" | sed -e "s/ */ /g"
}

Back to the top