summaryrefslogtreecommitdiff
path: root/tests/scripts
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2013-10-05 19:30:48 -0400
committerPaul Smith <psmith@gnu.org>2013-10-05 19:30:48 -0400
commitb539908f7363af9a4c767c999c389f1c6f311648 (patch)
treeaccc1bab065d1b3d667102c2b244fec06e346f9a /tests/scripts
parent2fb91e19a02ff8a3e43145d582cfebaf3a60f1d9 (diff)
downloadgunmake-b539908f7363af9a4c767c999c389f1c6f311648.tar.gz
Clean up some tests for use on Windows.
Diffstat (limited to 'tests/scripts')
-rw-r--r--tests/scripts/features/default_names2
-rw-r--r--tests/scripts/features/jobserver6
2 files changed, 5 insertions, 3 deletions
diff --git a/tests/scripts/features/default_names b/tests/scripts/features/default_names
index 4ce90e5..2e83880 100644
--- a/tests/scripts/features/default_names
+++ b/tests/scripts/features/default_names
@@ -40,3 +40,5 @@ if ($case_sensitive) {
compare_output("It chose Makefile\n",&get_logfile(1));
unlink("Makefile");
}
+
+1;
diff --git a/tests/scripts/features/jobserver b/tests/scripts/features/jobserver
index f2c6787..cedd4b3 100644
--- a/tests/scripts/features/jobserver
+++ b/tests/scripts/features/jobserver
@@ -43,10 +43,10 @@ unlink('inc.mk');
# Or Red Hat bug https://bugzilla.redhat.com/show_bug.cgi?id=885474
open(MAKEFILE,"> Makefile2");
-print MAKEFILE <<EOF;
-vpath %.c $ENV{HOME}/
+print MAKEFILE '
+vpath %.c ../
foo:
-EOF
+';
close(MAKEFILE);
run_make_test(q!