Submitter | phabricator |
---|---|
Date | April 16, 2020, 4:55 p.m. |
Message ID | <b4a9be3b3b8c8daca30a378b01293775@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/46171/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/tests/testlib/wait-on-file b/tests/testlib/wait-on-file --- a/tests/testlib/wait-on-file +++ b/tests/testlib/wait-on-file @@ -29,7 +29,7 @@ fi while [ "$timer" -gt 0 ] && [ ! -f "$wait_on" ]; do - timer=$(( timer - 1)) + timer=$(( $timer - 1)) sleep 0.01 done if [ "$timer" -le 0 ]; then