summaryrefslogtreecommitdiff
path: root/tests/tail-2/fflush
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-08-09 16:35:19 +0000
committerJim Meyering <jim@meyering.net>2003-08-09 16:35:19 +0000
commitcc586690cf39a8704a0358967a006ec264531a35 (patch)
tree8bbddc60b41c1915471156f006684e86218f04b0 /tests/tail-2/fflush
parent43529210969bbe48f6f5f3234065a4b3a5b50231 (diff)
downloadcoreutils-cc586690cf39a8704a0358967a006ec264531a35.tar.xz
Tweak Solaris OS version number in comment.
Diffstat (limited to 'tests/tail-2/fflush')
-rwxr-xr-xtests/tail-2/fflush6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/tail-2/fflush b/tests/tail-2/fflush
index d4fc01e25..dd630c5a7 100755
--- a/tests/tail-2/fflush
+++ b/tests/tail-2/fflush
@@ -1,10 +1,10 @@
#!/bin/sh
-# This test would fail on solaris2.7 with tail from pre-1.22k textutils.
-# The problem was that using the solaris2.7 setvbuf function to turn off
+# This test would fail on solaris5.7 with tail from pre-1.22k textutils.
+# The problem was that using the solaris5.7 setvbuf function to turn off
# buffering doesn't flush stdout.
# FIXME: actually, I couldn't find a way to write the test (without resorting
-# to use of expect) so that it would provoke the failure on solaris2.7.
+# to use of expect) so that it would provoke the failure on solaris5.7.
# To exercise the bug, cat's stdout seems to have to be directed
# to a terminal.