summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-01-17 12:35:18 +0100
committerGitHub <noreply@github.com>2022-01-17 12:35:18 +0100
commit08c288e96b9e2e81c0e030f51adcd9e48bab757b (patch)
tree1305560104727376458e064e09479b2b0d5a9fca /test
parentdf112b33fdcac6e920baa01e2b71e4b54b289b43 (diff)
parent3c2a5947c243ccbc611c1846c685b73de4462242 (diff)
downloadpodman-08c288e96b9e2e81c0e030f51adcd9e48bab757b.tar.gz
podman-08c288e96b9e2e81c0e030f51adcd9e48bab757b.tar.bz2
podman-08c288e96b9e2e81c0e030f51adcd9e48bab757b.zip
Merge pull request #12881 from eriksjolund/replace_master_branch_links_with_main_branch_links_in_code
fix default branch links
Diffstat (limited to 'test')
-rw-r--r--test/system/070-build.bats2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/070-build.bats b/test/system/070-build.bats
index 5e920506d..d5f7365e8 100644
--- a/test/system/070-build.bats
+++ b/test/system/070-build.bats
@@ -194,7 +194,7 @@ EOF
cat >$tmpdir/Dockerfile <<EOF
FROM $IMAGE
-ADD https://github.com/containers/podman/blob/master/README.md /tmp/
+ADD https://github.com/containers/podman/blob/main/README.md /tmp/
EOF
run_podman build -t add_url $tmpdir
run_podman run --rm add_url stat /tmp/README.md