diff options
| author | sjg <sjg@NetBSD.org> | 2021-07-04 01:28:54 +0000 |
|---|---|---|
| committer | sjg <sjg@NetBSD.org> | 2021-07-04 01:28:54 +0000 |
| commit | 18cf45cdb6814d8fd7cccfbdc5f0990eb2d33484 (patch) | |
| tree | cb051fe1b9641b3d10f950abc10b9ae611ba4108 /usr.bin/make/unit-tests/objdir-writable.exp | |
| parent | 80eccaeb964d62642b493a14a4601507a0d7b2fe (diff) | |
Do not assume /tmp is safe to use if TMPDIR is set
Diffstat (limited to 'usr.bin/make/unit-tests/objdir-writable.exp')
| -rw-r--r-- | usr.bin/make/unit-tests/objdir-writable.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/unit-tests/objdir-writable.exp b/usr.bin/make/unit-tests/objdir-writable.exp index 9c507f647f8..e7298a66d36 100644 --- a/usr.bin/make/unit-tests/objdir-writable.exp +++ b/usr.bin/make/unit-tests/objdir-writable.exp @@ -1,5 +1,5 @@ make warning: TMPDIR/roobj: Permission denied. -/tmp +TMPDIR TMPDIR/roobj TMPDIR/roobj exit status 0 |
