summaryrefslogtreecommitdiff
path: root/tests/scripts/options/dash-I
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2015-02-03 18:26:19 +0000
committerTiago Gomes <tiago.gomes@codethink.co.uk>2015-02-03 18:32:28 +0000
commita3be1a443088d7516f15caf915b509406b43355d (patch)
treeb95e90dd5e0f84410a1d86c1d58a221089ca4162 /tests/scripts/options/dash-I
parent7290ffb132cfa8c13bf6fb306eb3250e0f9c1f65 (diff)
downloadmake-baserock/tiagogomes/armv8l64.tar.gz
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));