summaryrefslogtreecommitdiff
path: root/tests/misc/sort-compress
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/sort-compress')
-rwxr-xr-xtests/misc/sort-compress2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/sort-compress b/tests/misc/sort-compress
index 09d6720d8..9a4b9f622 100755
--- a/tests/misc/sort-compress
+++ b/tests/misc/sort-compress
@@ -35,7 +35,7 @@ EOF
chmod +x gzip
-# Ensure 'sort` is immune to parent's SIGCHLD handler
+# Ensure 'sort' is immune to parent's SIGCHLD handler
# Use a subshell and an exec to work around a bug in FreeBSD 5.0 /bin/sh.
(
# ash doesn't support "trap '' CHLD"; it knows only signal numbers.