aboutsummaryrefslogtreecommitdiff
path: root/tests/git-pre-commit.testscript
diff options
context:
space:
mode:
Diffstat (limited to 'tests/git-pre-commit.testscript')
-rw-r--r--tests/git-pre-commit.testscript6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/git-pre-commit.testscript b/tests/git-pre-commit.testscript
index 8b8f140..c50a9dc 100644
--- a/tests/git-pre-commit.testscript
+++ b/tests/git-pre-commit.testscript
@@ -36,7 +36,9 @@
EOI
$ga .;
- $gc 2>>EOE
- WARNING: last copyright year in 'LICENSE' is 2019
+ # Note that the 'WARNING:' prefix is printed in bold red.
+ #
+ $gc 2>>~%EOE%
+ %.+WARNING:.+ last copyright year in 'LICENSE' is 2019%
EOE
}