Skip to content

Commit

Permalink
Remove shebang lines from tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
flatheadmill committed Nov 30, 2015
1 parent abd57bf commit dc2543b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions t/xy/1dtond.t.js 100755 → 100644
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('proof')(38, prove)

function prove (assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/xy/ndto1d.t.js 100755 → 100644
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('proof')(43, prove)

function prove (assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/xy/rotate.t.js
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('proof')(9, prove)

function prove (assert) {
Expand Down

0 comments on commit dc2543b

Please sign in to comment.