Skip to content
This repository has been archived by the owner on Sep 7, 2018. It is now read-only.

Commit

Permalink
Avoid using shell scripts, so it'll maybe work on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed May 27, 2012
1 parent 92ee19f commit c006d6b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions run-tests
@@ -1,2 +1,3 @@
#!/usr/bin/env sh
node test/buster-test.js
#!/usr/bin/env node

require("./test/buster-test.js");

0 comments on commit c006d6b

Please sign in to comment.