From 86ceeb74e6d9d88d601a204e6dd6492ff9bbd033 Mon Sep 17 00:00:00 2001 From: Benjamin Wuethrich Date: Sat, 7 Sep 2024 16:54:31 -0700 Subject: [PATCH] Remove shebang line from bats files --- test/bibliography.bats | 2 -- test/build.bats | 2 -- test/deploy.bats | 2 -- test/dotgraph.bats | 2 -- test/emoji.bats | 2 -- test/featuretoggle.bats | 2 -- test/feed.bats | 2 -- test/gccode.bats | 2 -- test/init.bats | 2 -- test/mathjax.bats | 2 -- test/params.bats | 2 -- test/serve.bats | 2 -- test/title.bats | 2 -- 13 files changed, 26 deletions(-) diff --git a/test/bibliography.bats b/test/bibliography.bats index f3a9916..6466b55 100644 --- a/test/bibliography.bats +++ b/test/bibliography.bats @@ -1,5 +1,3 @@ -#!/usr/bin/env bats - load test_helper @test "Blog built with bibliography includes it" { diff --git a/test/build.bats b/test/build.bats index f9e8b0c..da435f2 100644 --- a/test/build.bats +++ b/test/build.bats @@ -1,5 +1,3 @@ -#!/usr/bin/env bats - load test_helper @test "Run build" { diff --git a/test/deploy.bats b/test/deploy.bats index e6ecd85..ee47870 100644 --- a/test/deploy.bats +++ b/test/deploy.bats @@ -1,5 +1,3 @@ -#!/usr/bin/env bats - load test_helper @test "Run deploy" { diff --git a/test/dotgraph.bats b/test/dotgraph.bats index b3c299a..c0c2b0b 100644 --- a/test/dotgraph.bats +++ b/test/dotgraph.bats @@ -1,5 +1,3 @@ -#!/usr/bin/env bats - load test_helper @test "Build post with dot graph code block" { diff --git a/test/emoji.bats b/test/emoji.bats index f3b3bc9..5ce0b98 100644 --- a/test/emoji.bats +++ b/test/emoji.bats @@ -1,5 +1,3 @@ -#!/usr/bin/env bats - load test_helper @test "Emoji is included in HTML" { diff --git a/test/featuretoggle.bats b/test/featuretoggle.bats index 11d543d..9f05b6e 100644 --- a/test/featuretoggle.bats +++ b/test/featuretoggle.bats @@ -1,5 +1,3 @@ -#!/usr/bin/env bats - load test_helper @test "Turn feature on" { diff --git a/test/feed.bats b/test/feed.bats index b864be4..ab9b1d3 100644 --- a/test/feed.bats +++ b/test/feed.bats @@ -1,5 +1,3 @@ -#!/usr/bin/env bats - load test_helper @test "Building creates an Atom feed" { diff --git a/test/gccode.bats b/test/gccode.bats index a052827..8eefc14 100644 --- a/test/gccode.bats +++ b/test/gccode.bats @@ -1,5 +1,3 @@ -#!/usr/bin/env bats - load test_helper @test "Complain about gccode without code" { diff --git a/test/init.bats b/test/init.bats index c6a141a..93b90f6 100644 --- a/test/init.bats +++ b/test/init.bats @@ -1,5 +1,3 @@ -#!/usr/bin/env bats - load test_helper @test "Complain about init without title" { diff --git a/test/mathjax.bats b/test/mathjax.bats index c512f1b..dbb942c 100644 --- a/test/mathjax.bats +++ b/test/mathjax.bats @@ -1,5 +1,3 @@ -#!/usr/bin/env bats - load test_helper @test "Blog built with MathJax includes it" { diff --git a/test/params.bats b/test/params.bats index d2a6de4..cc46807 100644 --- a/test/params.bats +++ b/test/params.bats @@ -1,5 +1,3 @@ -#!/usr/bin/env bats - @test "Complain about no subcommand" { run pbb ((status == 1)) diff --git a/test/serve.bats b/test/serve.bats index a505507..41911b4 100644 --- a/test/serve.bats +++ b/test/serve.bats @@ -1,5 +1,3 @@ -#!/usr/bin/env bats - load test_helper @test "Run serve" { diff --git a/test/title.bats b/test/title.bats index c37e026..981f641 100644 --- a/test/title.bats +++ b/test/title.bats @@ -1,5 +1,3 @@ -#!/usr/bin/env bats - load test_helper @test "Complain about title without title" {