diff --git a/test/buildah-bud/run-buildah-bud-tests b/test/buildah-bud/run-buildah-bud-tests index 35dd3ae88f0d..9f796f068579 100755 --- a/test/buildah-bud/run-buildah-bud-tests +++ b/test/buildah-bud/run-buildah-bud-tests @@ -6,7 +6,7 @@ ME=$(basename $0) # BEGIN user-customizable section # Buildah main repository; unlikely to change often -BUILDAH_REPO=github.com/containers/buildah +BUILDAH_REPO=github.com/mtrmac/buildah # Tag name used to identify the base checkout BASE_TAG=buildah-bud-in-podman @@ -90,7 +90,7 @@ failhint= trap 'if [[ $? != 0 ]]; then if [[ -n $failhint ]]; then echo;echo "***************************************";echo "$failhint";echo;echo "Please see $BUD_TEST_DIR_REL/README.md for advice";fi;fi' 0 # Find the version of buildah we've vendored in, so we can run the right tests -buildah_version=$(awk "\$1 == \"$BUILDAH_REPO\" { print \$2 }"