diff options
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/tst-setcontext3.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/tst-setcontext3.sh b/stdlib/tst-setcontext3.sh index 158d0dc0a8..014e7cfc5b 100644 --- a/stdlib/tst-setcontext3.sh +++ b/stdlib/tst-setcontext3.sh @@ -34,7 +34,7 @@ cleanup() { } trap cleanup 0 -tempfile=$(mktemp "tst-setcontext3.XXXXXXXXXX") +tempfile=$(mktemp "${objpfx}tst-setcontext3.XXXXXXXXXX") # We want to run the test program and see if secontext called # exit() and wrote out the test file we specified. If the |