Skip to content

Commit 63c40fe

Browse files
test: Fix test race in 030-run
Signed-off-by: Ricardo Branco <[email protected]>
1 parent d7f33a7 commit 63c40fe

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)