From 6b0e1b709d7f7d299a562036744f9eb05bcf2601 Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Thu, 27 May 2021 08:26:48 +0000 Subject: [PATCH] tests: Copy kernel-builder from the correct location Signed-off-by: Rolf Neugebauer --- test/cases/020_kernel/tags.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.