summaryrefslogtreecommitdiff
path: root/tests/misc/tsort
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/tsort')
-rwxr-xr-xtests/misc/tsort2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/tsort b/tests/misc/tsort
index 88fcec50a..6f41cc07a 100755
--- a/tests/misc/tsort
+++ b/tests/misc/tsort
@@ -54,7 +54,7 @@ my @Tests =
['only-one', {IN => {f => ""}}, {IN => {g => ""}},
{EXIT => 1},
- {ERR => "tsort: extra operand `g'\n"
+ {ERR => "tsort: extra operand 'g'\n"
. "Try 'tsort --help' for more information.\n"}],
);