Skip to content

Commit

Permalink
Remove shebang line from bats files
Browse files Browse the repository at this point in the history
  • Loading branch information
bewuethr committed Sep 7, 2024
1 parent 4f83bea commit 86ceeb7
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 26 deletions.
2 changes: 0 additions & 2 deletions test/bibliography.bats
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env bats

load test_helper

@test "Blog built with bibliography includes it" {
Expand Down
2 changes: 0 additions & 2 deletions test/build.bats
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env bats

load test_helper

@test "Run build" {
Expand Down
2 changes: 0 additions & 2 deletions test/deploy.bats
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env bats

load test_helper

@test "Run deploy" {
Expand Down
2 changes: 0 additions & 2 deletions test/dotgraph.bats
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env bats

load test_helper

@test "Build post with dot graph code block" {
Expand Down
2 changes: 0 additions & 2 deletions test/emoji.bats
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env bats

load test_helper

@test "Emoji is included in HTML" {
Expand Down
2 changes: 0 additions & 2 deletions test/featuretoggle.bats
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env bats

load test_helper

@test "Turn feature on" {
Expand Down
2 changes: 0 additions & 2 deletions test/feed.bats
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env bats

load test_helper

@test "Building creates an Atom feed" {
Expand Down
2 changes: 0 additions & 2 deletions test/gccode.bats
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env bats

load test_helper

@test "Complain about gccode without code" {
Expand Down
2 changes: 0 additions & 2 deletions test/init.bats
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env bats

load test_helper

@test "Complain about init without title" {
Expand Down
2 changes: 0 additions & 2 deletions test/mathjax.bats
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env bats

load test_helper

@test "Blog built with MathJax includes it" {
Expand Down
2 changes: 0 additions & 2 deletions test/params.bats
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env bats

@test "Complain about no subcommand" {
run pbb
((status == 1))
Expand Down
2 changes: 0 additions & 2 deletions test/serve.bats
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env bats

load test_helper

@test "Run serve" {
Expand Down
2 changes: 0 additions & 2 deletions test/title.bats
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env bats

load test_helper

@test "Complain about title without title" {
Expand Down

0 comments on commit 86ceeb7

Please sign in to comment.