diff options
author | Simon J. Gerraty <sjg@FreeBSD.org> | 2021-12-18 07:27:22 +0000 |
---|---|---|
committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2021-12-18 07:27:22 +0000 |
commit | 2935fe8237c83c1dcb113dd5335733263e68e6fd (patch) | |
tree | 7d376b040e90f88c687679910749d76ed68bc6b2 /unit-tests/varmod-root.exp | |
parent | ee914ef902ae018bd4f67192832120f9bf05651f (diff) |
Import bmake-20211212vendor/NetBSD/bmake/20211212
Relevant changes see ChangeLog for details:
Add support for ${.SUFFIXES} as read-only variable.
Fix memory leak in cond.c
Punt on write errors - ENOSPC etc.
Lots of code refactoring, rework to reduce memory allocations.
More unit-tests.
Diffstat (limited to 'unit-tests/varmod-root.exp')
-rw-r--r-- | unit-tests/varmod-root.exp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/unit-tests/varmod-root.exp b/unit-tests/varmod-root.exp index 2c99cd3ef4c7..39a9383953dd 100644 --- a/unit-tests/varmod-root.exp +++ b/unit-tests/varmod-root.exp @@ -1,11 +1 @@ -root of 'a/b/c' is 'a/b/c' -root of 'def' is 'def' -root of 'a.b.c' is 'a.b' -root of 'a.b/c' is 'a' -root of 'a' is 'a' -root of 'a.a' is 'a' -root of '.gitignore' is '' -root of 'a' is 'a' -root of 'a.a' is 'a' -root of 'trailing/' is 'trailing/' exit status 0 |