Skip to content

Commit 9061fc4

Browse files
committed
Revert "Instrument make_remote_repos.sh to view config corruption"
This reverts commit d290ad9.
1 parent 0b45baf commit 9061fc4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

gix/tests/fixtures/make_remote_repos.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
set -eux -o pipefail
2+
set -eu -o pipefail
33

44
function tick () {
55
if test -z "${tick+set}"
@@ -190,7 +190,6 @@ git init --bare bad-url-rewriting
190190
(cd bad-url-rewriting
191191

192192
git remote add origin https://github.com/foobar/gitoxide
193-
nl -ba config >&2
194193
cat <<EOF >> config
195194
196195
[remote "origin"]
@@ -202,7 +201,6 @@ git init --bare bad-url-rewriting
202201
[url "https://github.com/byron/"]
203202
insteadOf = https://github.com/foobar/
204203
EOF
205-
nl -ba config >&2
206204

207205
{
208206
git remote get-url origin

0 commit comments

Comments
 (0)