From 7965143d6cbd27c1a731198649587bc88480ac36 Mon Sep 17 00:00:00 2001 From: brianc Date: Sat, 23 Oct 2010 18:24:27 -0500 Subject: [PATCH] made test script executable --- test.js | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 test.js diff --git a/test.js b/test.js old mode 100644 new mode 100755 index 07885db0..c7282ab1 --- a/test.js +++ b/test.js @@ -1,3 +1,4 @@ +#! /usr/local/bin/node //executes all the unit tests var fs = require('fs'); var runDir = function(dir) {