Commit 701df4a
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 701df4a
1 file changed
+2
-3
lines changed| 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 | | |
| |||
0 commit comments