summaryrefslogtreecommitdiff
path: root/tests/scripts/features/export
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scripts/features/export')
-rw-r--r--tests/scripts/features/export4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/scripts/features/export b/tests/scripts/features/export
index 09aeac2..3d630a4 100644
--- a/tests/scripts/features/export
+++ b/tests/scripts/features/export
@@ -131,6 +131,8 @@ all:
EOF
+close(MAKEFILE);
+
&run_make_with_options($makefile2,"",&get_logfile,0);
$answer = "foo=f-ok bar=b-ok\nfoo=f-ok bar=b-ok\n";
&compare_output($answer,&get_logfile(1));
@@ -164,6 +166,8 @@ all:
EOF
+close(MAKEFILE);
+
&run_make_with_options($makefile3,"",&get_logfile,0);
$answer = "foo=f-ok bar=b-ok\nfoo= bar=\n";
&compare_output($answer,&get_logfile(1));