diff options
Diffstat (limited to 'test/system/010-images.bats')
-rw-r--r-- | test/system/010-images.bats | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/system/010-images.bats b/test/system/010-images.bats index b88f6c2e1..1c9577e34 100644 --- a/test/system/010-images.bats +++ b/test/system/010-images.bats @@ -25,8 +25,6 @@ load helpers @test "podman images - json" { - type -path jq >/dev/null || die "FAIL: please 'dnf -y install jq'" - tests=" names[0] | $PODMAN_TEST_IMAGE_FQN id | [0-9a-f]\\\{64\\\} @@ -44,3 +42,5 @@ size | [0-9]\\\+ done } + +# vim: filetype=sh |