Skip to content

Commit

Permalink
Drop unused shebangs from repo test fixture scripts (#1375)
Browse files Browse the repository at this point in the history
  • Loading branch information
musicinmybrain authored Jul 22, 2024
1 parent 147643d commit 54678fe
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion tests/fixtures/make_bare_repo.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/sh
set -eu -o pipefail

git init -q --bare
1 change: 0 additions & 1 deletion tests/fixtures/make_partial_repo.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash
set -eu -o pipefail

mkdir base
Expand Down
1 change: 0 additions & 1 deletion tests/fixtures/make_pre_epoch_repo.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash
set -eu -o pipefail

git init -q
Expand Down
1 change: 0 additions & 1 deletion tests/fixtures/make_repo.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/sh
set -eu -o pipefail

git init -q
Expand Down
1 change: 0 additions & 1 deletion tests/fixtures/make_repo_without_remote.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/sh
set -eu -o pipefail

git init -q
Expand Down

0 comments on commit 54678fe

Please sign in to comment.