Commit 0229d36
committed
tests/podman: podman rmi output check
podman rmi only produces two lines of output without a -q option that might
produce a "docker-ish" output displaying only the abbreviated image ID.
To simplify rmi success checking, indirect testing using the expected ID
output was replaced with a direct reference to the image name. Bash piping
with grep was also removed in favor of a single command.1 parent ee1e954 commit 0229d36
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
| 221 | + | |
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| |||
0 commit comments