Commit ee1e954
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 456beae commit ee1e954
1 file changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
219 | | - | |
220 | | - | |
| 219 | + | |
221 | 220 | | |
222 | | - | |
| 221 | + | |
223 | 222 | | |
224 | | - | |
| 223 | + | |
225 | 224 | | |
226 | 225 | | |
227 | 226 | | |
| |||
0 commit comments