From 23c2b99e9d23e726ede9442728272616e66d416f Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sun, 4 Mar 2012 00:24:20 +0000 Subject: Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines. Fixes Savannah bug #34530. --- tests/scripts/options/dash-n | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/scripts/options/dash-n') diff --git a/tests/scripts/options/dash-n b/tests/scripts/options/dash-n index 248e0c8..1953909 100644 --- a/tests/scripts/options/dash-n +++ b/tests/scripts/options/dash-n @@ -56,13 +56,13 @@ close(MAKEFILE); # TEST 2 &run_make_with_options($makefile2, "", &get_logfile); -$answer = "$make_name: `a' is up to date.\n"; +$answer = "$make_name: 'a' is up to date.\n"; &compare_output($answer, &get_logfile(1)); # TEST 3 &run_make_with_options($makefile2, "-n", &get_logfile); -$answer = "$make_name: `a' is up to date.\n"; +$answer = "$make_name: 'a' is up to date.\n"; &compare_output($answer, &get_logfile(1)); # TEST 4 -- cgit v1.2.3