Skip to content

Commit d58e496

Browse files
Merge pull request #27152 from ricardobranco777/fix_030_run
test: Fix test race in 030-run
2 parents d7f33a7 + 63c40fe commit d58e496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/system/030-run.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ echo $rand | 0 | $rand
7878
echo "$content" > $PODMAN_TMPDIR/tempfile
7979

8080
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"
81+
assert "$output" =~ "$content" "container read input from fd 4"
8282
}
8383

8484
# 'run --preserve-fd' passes a list of additional file descriptors into the container

0 commit comments

Comments
 (0)