diff options
author | Aditya Rajan <flouthoc.git@gmail.com> | 2021-09-15 15:12:35 +0530 |
---|---|---|
committer | Aditya Rajan <flouthoc.git@gmail.com> | 2021-09-15 15:12:38 +0530 |
commit | 962675c1482abc3a8458ef060552687a784282a6 (patch) | |
tree | 8cef3727910e2acdd5b868d4e06a48310849e25f /test/system/070-build.bats | |
parent | d0c605cd3da07175478b5c3947056856558be9f7 (diff) | |
download | podman-962675c1482abc3a8458ef060552687a784282a6.tar.gz podman-962675c1482abc3a8458ef060552687a784282a6.tar.bz2 podman-962675c1482abc3a8458ef060552687a784282a6.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/070-build.bats')
-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 |