summaryrefslogtreecommitdiff
path: root/tests/scripts/features
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scripts/features')
-rw-r--r--tests/scripts/features/archives4
-rw-r--r--tests/scripts/features/conditionals4
-rw-r--r--tests/scripts/features/export2
-rw-r--r--tests/scripts/features/include2
-rw-r--r--tests/scripts/features/reinvoke2
5 files changed, 7 insertions, 7 deletions
diff --git a/tests/scripts/features/archives b/tests/scripts/features/archives
index 809bf21e..b0d479b2 100644
--- a/tests/scripts/features/archives
+++ b/tests/scripts/features/archives
@@ -1,6 +1,6 @@
# -*-mode: perl-*-
-$description = "Test GNU make's archive management features.";
+$description = "Test GNU Make's archive management features.";
$details = "\
This only works on systems that support it.";
@@ -41,7 +41,7 @@ my $arvar = "AR=$ar";
# Newer versions of binutils can be built with --enable-deterministic-archives
# which forces all timestamps (among other things) to always be 0, defeating
-# GNU make's archive support. See if ar supports the U option to disable it.
+# GNU Make's archive support. See if ar supports the U option to disable it.
unlink('libxx.a');
$_ = `$ar ${arflags}U libxx.a a1.o $redir`;
if ($? == 0) {
diff --git a/tests/scripts/features/conditionals b/tests/scripts/features/conditionals
index 78344b93..ead3b7eb 100644
--- a/tests/scripts/features/conditionals
+++ b/tests/scripts/features/conditionals
@@ -1,7 +1,7 @@
# -*-perl-*-
-$description = "Check GNU make conditionals.";
+$description = "Check GNU Make conditionals.";
-$details = "Attempt various different flavors of GNU make conditionals.";
+$details = "Attempt various different flavors of GNU Make conditionals.";
run_make_test('
arg1 = first
diff --git a/tests/scripts/features/export b/tests/scripts/features/export
index ad58177b..dcca2111 100644
--- a/tests/scripts/features/export
+++ b/tests/scripts/features/export
@@ -1,5 +1,5 @@
# -*-perl-*-
-$description = "Check GNU make export/unexport commands.";
+$description = "Check GNU Make export/unexport commands.";
$details = "";
diff --git a/tests/scripts/features/include b/tests/scripts/features/include
index 76e365b9..c4db8aad 100644
--- a/tests/scripts/features/include
+++ b/tests/scripts/features/include
@@ -1,6 +1,6 @@
# -*-mode: perl-*-
-$description = "Test various forms of the GNU make 'include' command.";
+$description = "Test various forms of the GNU Make 'include' command.";
$details = "\
Test include, -include, sinclude and various regressions involving them.
diff --git a/tests/scripts/features/reinvoke b/tests/scripts/features/reinvoke
index 07cbbfbe..14e6b479 100644
--- a/tests/scripts/features/reinvoke
+++ b/tests/scripts/features/reinvoke
@@ -1,6 +1,6 @@
# -*-mode: perl-*-
-$description = "Test GNU make's auto-reinvocation feature.";
+$description = "Test GNU Make's auto-reinvocation feature.";
$details = "\
If the makefile or one it includes can be rebuilt then it is, and make