We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7f33a7 + 63c40fe commit d58e496Copy full SHA for d58e496
test/system/030-run.bats
@@ -78,7 +78,7 @@ echo $rand | 0 | $rand
78
echo "$content" > $PODMAN_TMPDIR/tempfile
79
80
run_podman run --rm -i --preserve-fds=2 $IMAGE sh -c "cat <&4" 4<$PODMAN_TMPDIR/tempfile
81
- is "$output" "$content" "container read input from fd 4"
+ assert "$output" =~ "$content" "container read input from fd 4"
82
}
83
84
# 'run --preserve-fd' passes a list of additional file descriptors into the container
0 commit comments