1
0
Fork 0

Removing trailing commas from combine-test.tpl

closure/master
Mike Gerwitz 2010-12-28 08:37:23 -05:00
parent 3347b8f6d5
commit 5dcc4452be
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ if [ "$INC_TEST" ]; then
)
# include test combine template
cat "$TPL_TEST_PATH" | grep -v '^#'
cat "$TPL_TEST_PATH" | grep -v '^#' | $RMTRAIL
echo "/** TEST CASES **/"
echo "ns_exports.runTests = function ()"