From c49f01aa0f24af3579d60e8534fda6097e762277 Mon Sep 17 00:00:00 2001 From: Steven Schubiger Date: Sun, 8 Oct 2017 20:46:18 +0200 Subject: Omit superfluous quotes --- test.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test.pl') diff --git a/test.pl b/test.pl index f0bea0b..3ddec2d 100755 --- a/test.pl +++ b/test.pl @@ -135,7 +135,7 @@ SKIP: { { # Check that a 'none' foreground color (with a background color present) # will be substituted by 'default'. - my $colored_text = qx(printf '%s' "foo bar baz" | $valgrind_cmd$program none/black); + my $colored_text = qx(printf %s "foo bar baz" | $valgrind_cmd$program none/black); is($colored_text, "\e[40m\e[39mfoo bar baz\e[0m", 'no color sequences printed'); } -- cgit v1.2.3