diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-05-21 17:40:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-21 17:40:24 +0200 |
commit | 6a6ef402c3c8e14a621a98a4029255e3be41d5ef (patch) | |
tree | b0eb760b8c8f96e94abe07a1f84bab48aec5dabb /test/system/010-images.bats | |
parent | e48aa8c82f7f26260f6911bb3ea99ff54c294675 (diff) | |
parent | 55f00bac02fcde7fbe960a9a80131dbc72630b5b (diff) | |
download | podman-6a6ef402c3c8e14a621a98a4029255e3be41d5ef.tar.gz podman-6a6ef402c3c8e14a621a98a4029255e3be41d5ef.tar.bz2 podman-6a6ef402c3c8e14a621a98a4029255e3be41d5ef.zip |
Merge pull request #10400 from rhatdan/root
Clear the storage-options from the graphdriver if users specifies --root
Diffstat (limited to 'test/system/010-images.bats')
-rw-r--r-- | test/system/010-images.bats | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/010-images.bats b/test/system/010-images.bats index bda331e6b..2d7ac1e0c 100644 --- a/test/system/010-images.bats +++ b/test/system/010-images.bats @@ -12,7 +12,7 @@ load helpers # 'podman images' should emit headings even if there are no images # (but --root only works locally) if ! is_remote; then - run_podman --root ${PODMAN_TMPDIR}/nothing-here-move-along images + run_podman --storage-driver=vfs --root ${PODMAN_TMPDIR}/nothing-here-move-along images is "$output" "$headings" "'podman images' emits headings even w/o images" fi } |