summaryrefslogtreecommitdiff
path: root/tests/tail-2
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2016-11-06 21:34:12 +0000
committerPádraig Brady <P@draigBrady.com>2016-11-07 17:12:39 +0000
commit23066be1b655fd81542761161c4f7ef37dc0813b (patch)
treed5593bc2635971f671202cb3881d087818f02990 /tests/tail-2
parent7ce2589b77d6f78548d6d025ab7d8f5a57199ef8 (diff)
downloadcoreutils-23066be1b655fd81542761161c4f7ef37dc0813b.tar.xz
maint: misc tweaks to recent changes
* doc/coreutils.texi(cut invocation): Give a more accurate description of cut field handling limitations. * tests/misc/stat-fmt.sh: Fix the test header to be more general. * tests/tail-2/retry.sh: Spellings.
Diffstat (limited to 'tests/tail-2')
-rwxr-xr-xtests/tail-2/retry.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tail-2/retry.sh b/tests/tail-2/retry.sh
index a4cff11e6..b764aa7f1 100755
--- a/tests/tail-2/retry.sh
+++ b/tests/tail-2/retry.sh
@@ -134,7 +134,7 @@ grep -F 'cannot open' out || { fail=1; cat out; }
grep -F 'no files remaining' out || { fail=1; cat out; }
# === Test:
-# Ensure that tail -F retries when the file is initally untailable.
+# Ensure that tail -F retries when the file is initially untailable.
mkdir untailable
timeout 10 \
tail $mode $fastpoll -F untailable >out 2>&1 & pid=$!