diff -r c36846abbcd3 -r 58786930ea27 tests/test-pending.t --- a/tests/test-pending.t Thu Aug 23 12:20:41 2018 +0900 +++ b/tests/test-pending.t Thu Aug 23 12:24:41 2018 +0900 @@ -50,7 +50,7 @@ > f = open(fpath, 'w') > f.close() > # wait for ack - caller should delete the notify file - > i = $maxwait + > i = int("$maxwait") > while os.path.exists(fpath) and i > 0: > time.sleep(1) > i -= 1