Skip to content

Commit

Permalink
Remove shebang line from tests.
Browse files Browse the repository at this point in the history
Closes #516.
  • Loading branch information
flatheadmill committed Dec 4, 2015
1 parent 2ab7541 commit e53fd48
Show file tree
Hide file tree
Showing 84 changed files with 0 additions and 168 deletions.
2 changes: 0 additions & 2 deletions t/basics/backward.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(5, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/basics/create.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(5, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/basics/delete.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(3, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/basics/get.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(9, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/basics/insert.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(4, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/basics/key.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(1, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/basics/merge.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(3, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/basics/open.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(2, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/basics/resize.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(1, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/basics/right.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(2, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/basics/split.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(4, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/basics/user-record.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(2, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/basics/vivify.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(1, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/binary/serialize.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(1, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/coverage/already-balancing.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(2, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/coverage/balancer-cached-right.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(2, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/coverage/checksum-constructor.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(1, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/coverage/directory-is-not-empty.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(1, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/coverage/large-leaf.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(2, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/coverage/length-adjust.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(1, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/coverage/null-checksum.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(1, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/coverage/propagation.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(1, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/coverage/read-leaf-start.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(1, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/coverage/read-line.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(2, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/coverage/read-record-overflow.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(1, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/coverage/replay-remove.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

// Asserts that log replay will add and remove a record.

require('./proof')(1, prove)
Expand Down
2 changes: 0 additions & 2 deletions t/coverage/replay.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

// Asserts that log replay will skip over the positions array.

require('./proof')(1, prove)
Expand Down
2 changes: 0 additions & 2 deletions t/coverage/scram.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(2, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/coverage/set-immediate.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(1, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/coverage/split-race.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(2, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/coverage/upgrade.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(1, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/coverage/validator.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(2, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/coverage/write.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(1, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/delete/ghost.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(5, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/frame/binary.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('proof')(6, prove)

function prove (assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/frame/utf8.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('proof')(6, prove)

function prove (assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/ghost/empty.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(1, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/ghost/exorcise.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(5, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/ghost/first.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(2, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/ghost/merge.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(1, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/ghost/reinsert.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(4, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/ghost/split.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(4, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/ghost/unsplittable.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(3, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/insert/ambiguous-exact-ghosts.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(4, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/insert/ambiguous-exact.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(3, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/insert/ambiguous-last-page.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(3, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/insert/ambiguous-less-than-length.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(3, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/insert/ambiguous-peek.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(4, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/insert/ambiguous-too-early.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(3, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/insert/between.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(2, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/issues/exclusive-contention.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(1, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/iterate/nine.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(4, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/iterate/one.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(5, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/iterate/two.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(5, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/lock/exclusive-wait.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(1, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/lock/loading.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(2, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/lock/purge-skip.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(2, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/lock/purge.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(4, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/lock/unlock.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(1, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/merge/branch.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(3, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/merge/empties-many.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(1, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/merge/empties-non-pivot.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(1, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/merge/empties-pivot.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(1, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/merge/leaf-less-than-max.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(3, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/merge/left-empty.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(3, prove)

function prove (async, assert) {
Expand Down
2 changes: 0 additions & 2 deletions t/merge/left-ghost.t.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

require('./proof')(3, prove)

function prove (async, assert) {
Expand Down
Loading

0 comments on commit e53fd48

Please sign in to comment.