summaryrefslogtreecommitdiff
path: root/tests/misc/tty-eof
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/tty-eof')
-rwxr-xr-xtests/misc/tty-eof2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/tty-eof b/tests/misc/tty-eof
index eaaec35c8..d6c4a7714 100755
--- a/tests/misc/tty-eof
+++ b/tests/misc/tty-eof
@@ -67,7 +67,7 @@ $@
my $exp = new Expect;
$exp->log_user(0);
$exp->spawn("$cmd 2> $stderr")
- or (warn "$ME: cannot run `$cmd': $!\n"), $fail=1, next;
+ or (warn "$ME: cannot run '$cmd': $!\n"), $fail=1, next;
# No input for cut -f2.
$cmd =~ /^cut/
or $exp->send("a b\n");