diff options
author | Aditya Rajan <flouthoc.git@gmail.com> | 2021-09-15 15:12:35 +0530 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2021-09-16 11:00:05 -0400 |
commit | c7c4cb886700823ba0f014e57e93faf450ac1241 (patch) | |
tree | 45d1c73a49e3c609313644b9b9fbb97f61f72eff /test/system | |
parent | c407813d67cd51a1feead5aeb5c3a36f357ed36f (diff) | |
download | podman-c7c4cb886700823ba0f014e57e93faf450ac1241.tar.gz podman-c7c4cb886700823ba0f014e57e93faf450ac1241.tar.bz2 podman-c7c4cb886700823ba0f014e57e93faf450ac1241.zip |
build.bats: fix copy tests after containers/buildah#3486
Fix copy tests after https://github.com/containers/buildah/pull/3486
[NO TESTS NEEDED]
Signed-off-by: Aditya Rajan <arajan@gmail.com>
Diffstat (limited to 'test/system')
-rw-r--r-- | test/system/070-build.bats | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/070-build.bats b/test/system/070-build.bats index 47db08eb1..03c7984e2 100644 --- a/test/system/070-build.bats +++ b/test/system/070-build.bats @@ -464,7 +464,7 @@ Labels.$label_name | $label_value local -a files=( -test1 -test1.txt test2 test2.txt - subdir/sub1 subdir/sub1.txt + -subdir/sub1 -subdir/sub1.txt -subdir/sub2 -subdir/sub2.txt this-file-does-not-match-anything-in-ignore-file comment |