summaryrefslogtreecommitdiff
path: root/tests/scripts/options
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2013-05-22 07:51:46 -0400
committerPaul Smith <psmith@gnu.org>2013-05-22 07:51:46 -0400
commit8ab3564a711dd3753fb6ad35f16717b01ce830b7 (patch)
treea51406734b71aa705be5931efbea22c1d1c11e7b /tests/scripts/options
parentecf307bb0b21d3741ef768b98a26e9255158832e (diff)
downloadgunmake-8ab3564a711dd3753fb6ad35f16717b01ce830b7.tar.gz
Fix regression tests after MAKEFLAGS enhancements.
Diffstat (limited to 'tests/scripts/options')
-rw-r--r--tests/scripts/options/dash-n2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scripts/options/dash-n b/tests/scripts/options/dash-n
index b6d564d..dfed419 100644
--- a/tests/scripts/options/dash-n
+++ b/tests/scripts/options/dash-n
@@ -92,7 +92,7 @@ EOF
close(MAKEFILE);
&run_make_with_options($topmake, '-n --no-print-directory', &get_logfile);
-$answer = "$make_path -f \"$submake\" bar\ntouch inc\necho --no-print-directory -n\n";
+$answer = "$make_path -f \"$submake\" bar\ntouch inc\necho n --no-print-directory\n";
&compare_output($answer, &get_logfile(1));
unlink('inc');