Skip to content

Commit 86ceeb7

Browse files
committed
Remove shebang line from bats files
1 parent 4f83bea commit 86ceeb7

13 files changed

+0
-26
lines changed

test/bibliography.bats

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env bats
2-
31
load test_helper
42

53
@test "Blog built with bibliography includes it" {

test/build.bats

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env bats
2-
31
load test_helper
42

53
@test "Run build" {

test/deploy.bats

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env bats
2-
31
load test_helper
42

53
@test "Run deploy" {

test/dotgraph.bats

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env bats
2-
31
load test_helper
42

53
@test "Build post with dot graph code block" {

test/emoji.bats

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env bats
2-
31
load test_helper
42

53
@test "Emoji is included in HTML" {

test/featuretoggle.bats

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env bats
2-
31
load test_helper
42

53
@test "Turn feature on" {

test/feed.bats

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env bats
2-
31
load test_helper
42

53
@test "Building creates an Atom feed" {

test/gccode.bats

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env bats
2-
31
load test_helper
42

53
@test "Complain about gccode without code" {

test/init.bats

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env bats
2-
31
load test_helper
42

53
@test "Complain about init without title" {

test/mathjax.bats

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env bats
2-
31
load test_helper
42

53
@test "Blog built with MathJax includes it" {

test/params.bats

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env bats
2-
31
@test "Complain about no subcommand" {
42
run pbb
53
((status == 1))

test/serve.bats

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env bats
2-
31
load test_helper
42

53
@test "Run serve" {

test/title.bats

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env bats
2-
31
load test_helper
42

53
@test "Complain about title without title" {

0 commit comments

Comments
 (0)