diff options
| author | rillig <rillig@NetBSD.org> | 2020-08-08 13:09:55 +0000 |
|---|---|---|
| committer | rillig <rillig@NetBSD.org> | 2020-08-08 13:09:55 +0000 |
| commit | 0fa02a45a67cc7b3d65fbb325fee7f061b9a984b (patch) | |
| tree | 84ae0420600472239371d0e426afab6792f7ecb1 /usr.bin/make/unit-tests/modmisc.exp | |
| parent | 94a45f86aaa146af65c804fe3a75f4fe9d17d62e (diff) | |
make(1): add test for the :gmtime modifier with indirect time
Diffstat (limited to 'usr.bin/make/unit-tests/modmisc.exp')
| -rw-r--r-- | usr.bin/make/unit-tests/modmisc.exp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/make/unit-tests/modmisc.exp b/usr.bin/make/unit-tests/modmisc.exp index 19bd705252d..08695569685 100644 --- a/usr.bin/make/unit-tests/modmisc.exp +++ b/usr.bin/make/unit-tests/modmisc.exp @@ -107,6 +107,9 @@ mod-gmtime: 2020 %Y %Y +mod-gmtime-indirect: +make: Unknown modifier '1' + mod-localtime: %Y 2020 |
