summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/ls/color-norm2
-rwxr-xr-xtests/misc/stdbuf2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/ls/color-norm b/tests/ls/color-norm
index 6d8c14d56..20bc1217f 100755
--- a/tests/ls/color-norm
+++ b/tests/ls/color-norm
@@ -27,7 +27,7 @@ umask 22
# Output time as something constant
export TIME_STYLE="+norm"
-# helper to to strip ls columns up to "norm" time
+# helper to strip ls columns up to "norm" time
qls() { sed 's/-r.*norm/norm/'; }
touch exe || framework_failure
diff --git a/tests/misc/stdbuf b/tests/misc/stdbuf
index 8bb57218e..35b571050 100755
--- a/tests/misc/stdbuf
+++ b/tests/misc/stdbuf
@@ -104,7 +104,7 @@ retry_delay_ stdbuf_unbuffer .1 6 || fail=1
# Ensure block buffering stdout takes effect
# We don't currently test block buffering failures as
-# this doesn't work on on GLIBC-2.7 or GLIBC-2.9 at least.
+# this doesn't work on GLIBC-2.7 or GLIBC-2.9 at least.
# stdbuf_blockbuffer()
# {
# local delay="$1"