Skip to content

Commit 02ec920

Browse files
committed
updated test_timeout.sh
1 parent ec37e03 commit 02ec920

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/test_timeout.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
set -euo pipefail
1717
[ -n "${DEBUG:-}" ] && set -x
18-
1918
srcdir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
2019

21-
$srcdir/../timeout.py -t 2 sleep 10 || :
20+
"$srcdir/../timeout.py" -t 2 sleep 10 || :

0 commit comments

Comments
 (0)