diff --git a/test/cases/020_kernel/tags.sh b/test/cases/020_kernel/tags.sh index bf8f69659..1c04fbdfc 100644 --- a/test/cases/020_kernel/tags.sh +++ b/test/cases/020_kernel/tags.sh @@ -36,7 +36,7 @@ BUILDERLABEL=$(docker inspect -f '{{index .Config.Labels "org.mobyproject.linuxk # create the container; /bin/sh does not exist, but that does not prevent us from indicating what the command # *would* be. Indeed, you *must* have a command for `docker create` to work ctrid=$(docker create $KERNEL /bin/sh) -docker cp ${ctrid}:/etc/kernel-builder ${BUILDERFILE} +docker cp ${ctrid}:/kernel-builder ${BUILDERFILE} FILECONTENTS=$(cat ${BUILDERFILE}) # get the manifests for the referenced tag and for the referenced builder.