diff options
author | Jim Meyering <jim@meyering.net> | 2001-11-13 10:19:39 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-11-13 10:19:39 +0000 |
commit | 8cbf0850d9949157b41053e4bc9f99e75aa0290f (patch) | |
tree | 1ec8e9369bb4b8698786488a5ba03e85d81353ce /tests/tail-2 | |
parent | 0c583dd6475c620ff43ba238361eff7187ad7e15 (diff) | |
download | coreutils-8cbf0850d9949157b41053e4bc9f99e75aa0290f.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests/tail-2')
-rwxr-xr-x | tests/tail-2/proc-ksyms | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tail-2/proc-ksyms b/tests/tail-2/proc-ksyms index 810efd51d..a3d47f030 100755 --- a/tests/tail-2/proc-ksyms +++ b/tests/tail-2/proc-ksyms @@ -1,5 +1,5 @@ #!/bin/sh -# `tail /proc/ksyms' would segfault on Linux. +# Prior to textutils-2.0.17, `tail /proc/ksyms' would segfault on Linux. if test "$VERBOSE" = yes; then set -x |