diff options
author | Pádraig Brady <P@draigBrady.com> | 2014-10-08 01:14:57 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2014-10-08 01:14:57 +0100 |
commit | 560dad02c3a8421b4895f2c08c43ce12f42d1ee0 (patch) | |
tree | b27a525b666928fc0611be9e3fd648061e00aa5d /tests/tail-2 | |
parent | 2662702b9e8643f62c670bbf2fa94b1be1ccf9af (diff) | |
download | coreutils-560dad02c3a8421b4895f2c08c43ce12f42d1ee0.tar.xz |
maint: avoid syntax-check failures in previous patch
* tests/misc/od-j.sh: Non standard comparison order.
* tests/split/b-chunk.sh: Confusing input file name.
* tests/tail-2/tail-c.sh: Redundant require ulimit.
Diffstat (limited to 'tests/tail-2')
-rwxr-xr-x | tests/tail-2/tail-c.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/tail-2/tail-c.sh b/tests/tail-2/tail-c.sh index cdbaa46a9..438509ef8 100755 --- a/tests/tail-2/tail-c.sh +++ b/tests/tail-2/tail-c.sh @@ -18,7 +18,6 @@ . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ tail -require_ulimit_v_ # Make sure it works on funny files in /proc and /sys. |