Skip to content

Commit 54678fe

Browse files
Drop unused shebangs from repo test fixture scripts (#1375)
1 parent 147643d commit 54678fe

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

tests/fixtures/make_bare_repo.sh

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/bin/sh
21
set -eu -o pipefail
32

43
git init -q --bare

tests/fixtures/make_partial_repo.sh

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/bin/bash
21
set -eu -o pipefail
32

43
mkdir base

tests/fixtures/make_pre_epoch_repo.sh

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/bin/bash
21
set -eu -o pipefail
32

43
git init -q

tests/fixtures/make_repo.sh

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/bin/sh
21
set -eu -o pipefail
32

43
git init -q

tests/fixtures/make_repo_without_remote.sh

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/bin/sh
21
set -eu -o pipefail
32

43
git init -q

0 commit comments

Comments
 (0)