diff options
author | Jim Meyering <jim@meyering.net> | 2001-11-13 10:20:48 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-11-13 10:20:48 +0000 |
commit | 63c90500f0adef4a92113f1bc5671feb9cda4db4 (patch) | |
tree | 943c41fb45b56878b878fb9a8305c367e08ca981 /tests | |
parent | 1f3e04f05c53228c514ed3d256a7331d13da7431 (diff) | |
download | coreutils-63c90500f0adef4a92113f1bc5671feb9cda4db4.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests')
-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 |