summaryrefslogtreecommitdiff
path: root/tests/tap-realtime.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tap-realtime.test')
-rwxr-xr-xtests/tap-realtime.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tap-realtime.test b/tests/tap-realtime.test
index 1b3d2392c..2cdcda96e 100755
--- a/tests/tap-realtime.test
+++ b/tests/tap-realtime.test
@@ -18,7 +18,7 @@
# - testsuite progress on console should happen mostly "in real time";
# i.e., it's not acceptable for the driver to wait the end of the
# script to start displaying results from it.
-# FIXME: this test uses expect(1) to ensure line buffering from make and
+# FIXME: this test uses expect(1) to ensure line buffering from make and
# children, and is pretty hacky and complex; is there a better way to
# accomplish the checks done here?