Removing trailing commas from combine-test.tpl
parent
3347b8f6d5
commit
5dcc4452be
|
@ -105,7 +105,7 @@ if [ "$INC_TEST" ]; then
|
||||||
)
|
)
|
||||||
|
|
||||||
# include test combine template
|
# include test combine template
|
||||||
cat "$TPL_TEST_PATH" | grep -v '^#'
|
cat "$TPL_TEST_PATH" | grep -v '^#' | $RMTRAIL
|
||||||
|
|
||||||
echo "/** TEST CASES **/"
|
echo "/** TEST CASES **/"
|
||||||
echo "ns_exports.runTests = function ()"
|
echo "ns_exports.runTests = function ()"
|
||||||
|
|
Loading…
Reference in New Issue