We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46d2047 commit b24d7f3Copy full SHA for b24d7f3
libs/core/test/assert_eventually
@@ -46,7 +46,7 @@ function core::test::assert_eventually() {
46
timeout=5s
47
fi
48
49
- if timeout "${timeout}" bash -s -- "$@" <<'EOF' &>/dev/null; then
+ if timeout "${timeout}" bash <<EOF &>/dev/null; then
50
until "$@"; do
51
sleep 1
52
done
0 commit comments