From f1d47ccd80662d28bf98cb8bbdca9e9e66cc15cd Mon Sep 17 00:00:00 2001 From: Aditya R Date: Tue, 23 Aug 2022 22:58:24 +0530 Subject: [PATCH] test: retrofit tests for new validation Accoring to new validation in ADD and COPY if there are multiple sources then destination must specify that it is a directory Signed-off-by: Aditya R --- tests/bud/copy-globs/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bud/copy-globs/Containerfile b/tests/bud/copy-globs/Containerfile index 06b6f7806f8..c3601e4d754 100644 --- a/tests/bud/copy-globs/Containerfile +++ b/tests/bud/copy-globs/Containerfile @@ -1,3 +1,3 @@ FROM scratch # *txt exists so should succeed -COPY *.txt /testdir +COPY *.txt /testdir/