diff --git a/contrib/fuse/runtests.py b/contrib/fuse/runtests.py index 078cfbfe2..275ad4aa5 100644 --- a/contrib/fuse/runtests.py +++ b/contrib/fuse/runtests.py @@ -314,7 +314,7 @@ class SystemTest (object): totaltime = time.time() - starttime if result is not False: - tmpl = '(Polling for this condition took over %.2f seconds.)' + tmpl = '(Polling took over %.2f seconds.)' print tmpl % (totaltime,) return result