summaryrefslogtreecommitdiff
path: root/tests/misc/printenv.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/printenv.sh')
-rwxr-xr-xtests/misc/printenv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/printenv.sh b/tests/misc/printenv.sh
index 862b48ba8..0be97e880 100755
--- a/tests/misc/printenv.sh
+++ b/tests/misc/printenv.sh
@@ -23,7 +23,7 @@ print_ver_ printenv
# printenv as a builtin, so we must invoke it via "env".
# But beware of $_, set by many shells to the last command run.
# Also, filter out LD_PRELOAD, which is set when running under valgrind.
-# Note the apparently redundant "env env": this is to ensure to get
+# Note the apparently redundant "env env": this is to ensure to get
# env's output the same way as that of printenv and works around a bug
# on aarch64 at least where libc's execvp reverses the order of the
# output.