From 5dcc4452be9ead32f05b32f8c438aad93563b293 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Tue, 28 Dec 2010 08:37:23 -0500 Subject: [PATCH] Removing trailing commas from combine-test.tpl --- tools/combine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/combine b/tools/combine index d8b01a0..70b09a8 100755 --- a/tools/combine +++ b/tools/combine @@ -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 ()"