diff options
-rwxr-xr-x | tests/tail-2/start-middle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tail-2/start-middle b/tests/tail-2/start-middle index da1b4db10..668871691 100755 --- a/tests/tail-2/start-middle +++ b/tests/tail-2/start-middle @@ -1,6 +1,6 @@ #!/bin/sh # Verify that tail works even when it's reading from a file -# that is not at its beginning. +# that is not at its beginning. Based on a report from John Roll. if test "$VERBOSE" = yes; then set -x |