Oops - typo fix: IMGTYPE, not imgtest

Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
Ed Santiago 2019-10-31 13:58:06 -06:00
parent 0547187123
commit 8a2d099e47

View File

@ -12,7 +12,7 @@ echo "Environment:"
env | grep -v LS_COLORS= | sort | sed -e 's/^/ /' env | grep -v LS_COLORS= | sort | sed -e 's/^/ /'
export BUILDAH_BINARY=/usr/bin/buildah export BUILDAH_BINARY=/usr/bin/buildah
export IMGTEST_BINARY=/usr/bin/buildah-imgtest export IMGTYPE_BINARY=/usr/bin/buildah-imgtype
############################################################################### ###############################################################################
# BEGIN setup/teardown # BEGIN setup/teardown