summaryrefslogtreecommitdiffstats
path: root/test/hello_world/run_mambo_hello_world.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/hello_world/run_mambo_hello_world.sh')
-rwxr-xr-xtest/hello_world/run_mambo_hello_world.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hello_world/run_mambo_hello_world.sh b/test/hello_world/run_mambo_hello_world.sh
index 9d33565c..7bde5978 100755
--- a/test/hello_world/run_mambo_hello_world.sh
+++ b/test/hello_world/run_mambo_hello_world.sh
@@ -31,7 +31,7 @@ export SKIBOOT_ZIMAGE=`pwd`/test/hello_world/hello_kernel/hello_kernel
OLD_ULIMIT_C=`ulimit -c`
ulimit -c 0
-t=$(tempfile) || exit 1
+t=$(mktemp) || exit 1
trap "rm -f -- '$t'" EXIT
OpenPOWER on IntegriCloud