X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tests%2Fscripts%2Foptions%2Fdash-I;h=d47a8d8a1e4c0f264b1d51a30993f34a38cc4895;hb=e15597c3e85dedc015ff923a88febd46a1551f71;hp=8dc5d9ba702762adb612aff48c02f167c9e94c4b;hpb=9789b4dba120180760ec948089fc98ebab6eb28b;p=platform%2Fupstream%2Fmake.git diff --git a/tests/scripts/options/dash-I b/tests/scripts/options/dash-I index 8dc5d9b..d47a8d8 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));