Skip to content

Commit b24d7f3

Browse files
author
Daniel Ruthardt
committed
♻️ Simplify
1 parent 46d2047 commit b24d7f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/core/test/assert_eventually

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function core::test::assert_eventually() {
4646
timeout=5s
4747
fi
4848

49-
if timeout "${timeout}" bash -s -- "$@" <<'EOF' &>/dev/null; then
49+
if timeout "${timeout}" bash <<EOF &>/dev/null; then
5050
until "$@"; do
5151
sleep 1
5252
done

0 commit comments

Comments
 (0)