Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorEugene Tarassov2013-05-17 23:09:53 +0000
committerEugene Tarassov2013-05-17 23:09:53 +0000
commitdf887da6d86eba92b789159f21eb6259001076f8 (patch)
tree902a2a64e2abd848c0d85b051954f99e0fbab782 /tests
parent09c03173597d82858ef6c8e7216455195c896b44 (diff)
downloadorg.eclipse.tcf-df887da6d86eba92b789159f21eb6259001076f8.tar.gz
org.eclipse.tcf-df887da6d86eba92b789159f21eb6259001076f8.tar.xz
org.eclipse.tcf-df887da6d86eba92b789159f21eb6259001076f8.zip
TCF Tests: fixed typing error in tests script
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