From 5d582d4ba06495a95854c45828399f7edfe51a50 Mon Sep 17 00:00:00 2001
From: Paul Smith <psmith@gnu.org>
Date: Mon, 21 May 2001 06:16:00 +0000
Subject: Some VMS fixes sent by John Fowler. Fix: make flags on some lines of
 define/endef don't affect other lines

---
 tests/scripts/variables/flavors | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'tests/scripts')

diff --git a/tests/scripts/variables/flavors b/tests/scripts/variables/flavors
index 7642636..02dca0b 100644
--- a/tests/scripts/variables/flavors
+++ b/tests/scripts/variables/flavors
@@ -28,7 +28,7 @@ next: ; @echo $x$(space)$y
 
 define multi
 @echo hi
-@echo there
+echo there
 endef
 
 ifdef BOGUS
@@ -47,7 +47,7 @@ close(MAKEFILE);
 # -------
 
 &run_make_with_options($makefile, "", &get_logfile);
-$answer = "hi\nthere\nHello\n";
+$answer = "hi\necho there\nthere\nHello\n";
 &compare_output($answer, &get_logfile(1));
 
 # TEST #2
-- 
cgit v1.2.3