summaryrefslogtreecommitdiff
path: root/tests/scripts/options/dash-I
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scripts/options/dash-I')
-rw-r--r--tests/scripts/options/dash-I4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/scripts/options/dash-I b/tests/scripts/options/dash-I
index 8dc5d9ba..d47a8d8a 100644
--- a/tests/scripts/options/dash-I
+++ b/tests/scripts/options/dash-I
@@ -51,9 +51,9 @@ $answer = "This is another included makefile\n";
$answer = "$mkpath ANOTHER -f $makefile
-${make_name}[1]: Entering directory `$pwd'
+${make_name}[1]: Entering directory '$pwd'
This is another included makefile
-${make_name}[1]: Leaving directory `$pwd'\n";
+${make_name}[1]: Leaving directory '$pwd'\n";
&run_make_with_options($makefile,"-I $workdir recurse",&get_logfile);
&compare_output($answer,&get_logfile(1));