tests/test-pending.t
changeset 40092 58786930ea27
parent 36317 f14879f61cd8
child 40369 ef6cab7930b3
--- 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