summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/hello_world/run_mambo_hello_world.sh2
-rwxr-xr-xtest/hello_world/run_qemu_hello_world.sh2
-rwxr-xr-xtest/run_mambo_boot_test.sh2
3 files changed, 3 insertions, 3 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
diff --git a/test/hello_world/run_qemu_hello_world.sh b/test/hello_world/run_qemu_hello_world.sh
index fd4c5c92..bcd0f563 100755
--- a/test/hello_world/run_qemu_hello_world.sh
+++ b/test/hello_world/run_qemu_hello_world.sh
@@ -27,7 +27,7 @@ fi
export SKIBOOT_ZIMAGE=`pwd`/test/hello_world/hello_kernel/hello_kernel
-t=$(tempfile) || exit 1
+t=$(mktemp) || exit 1
trap "rm -f -- '$t'" EXIT
diff --git a/test/run_mambo_boot_test.sh b/test/run_mambo_boot_test.sh
index 9b216b49..e028330e 100755
--- a/test/run_mambo_boot_test.sh
+++ b/test/run_mambo_boot_test.sh
@@ -41,7 +41,7 @@ fi
OLD_ULIMIT_C=`ulimit -c`
ulimit -c 0
-t=$(tempfile) || exit 1
+t=$(mktemp) || exit 1
trap "rm -f -- '$t'" EXIT
OpenPOWER on IntegriCloud