Skip to content

Commit 7e612f6

Browse files
committed
test/system: remove tar version check
All the VM images should have a new enough version. Signed-off-by: Paul Holzinger <[email protected]>
1 parent d13915f commit 7e612f6

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test/system/125-import.bats

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,6 @@ load helpers
4949
# Integration tag to catch future breakage in tar, e.g. #19407
5050
# bats test_tags=distro-integration, ci:parallel
5151
@test "podman export, alter tarball, re-import" {
52-
# FIXME: #21373 - tar < 1.35 is broken.
53-
# Remove this skip once all VMs are updated to 1.35.2 or above
54-
# (.2, because of #19407)
55-
tar_version=$(tar --version | head -1 | awk '{print $NF}' | tr -d .)
56-
if [[ $tar_version -lt 135 ]]; then
57-
skip "test requires tar >= 1.35 (you have: $tar_version)"
58-
fi
59-
6052
# Create a test file following test
6153
mkdir $PODMAN_TMPDIR/tmp
6254
touch $PODMAN_TMPDIR/testfile1

0 commit comments

Comments
 (0)