summaryrefslogtreecommitdiff
path: root/stdlib/tst-setcontext3.sh
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/tst-setcontext3.sh')
-rw-r--r--stdlib/tst-setcontext3.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/tst-setcontext3.sh b/stdlib/tst-setcontext3.sh
index 4b2adb5f23..88b4583ac7 100644
--- a/stdlib/tst-setcontext3.sh
+++ b/stdlib/tst-setcontext3.sh
@@ -1,6 +1,6 @@
#!/bin/sh
# Bug 18125: Test the exit functionality of setcontext().
-# Copyright (C) 2015-2016 Free Software Foundation, Inc.
+# Copyright (C) 2015-2018 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or
@@ -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