summaryrefslogtreecommitdiff
path: root/automated/linux/pointer-tagging/pointer-tagging-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'automated/linux/pointer-tagging/pointer-tagging-tests.sh')
-rwxr-xr-xautomated/linux/pointer-tagging/pointer-tagging-tests.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/automated/linux/pointer-tagging/pointer-tagging-tests.sh b/automated/linux/pointer-tagging/pointer-tagging-tests.sh
index 51c30b5..310cc54 100755
--- a/automated/linux/pointer-tagging/pointer-tagging-tests.sh
+++ b/automated/linux/pointer-tagging/pointer-tagging-tests.sh
@@ -34,8 +34,7 @@ pointer_tagging_build_test() {
# Test run.
! check_root && error_msg "This script must be run as root"
-[ -d "${OUTPUT}" ] && mv "${OUTPUT}" "${OUTPUT}_$(date +%Y%m%d%H%M%S)"
-mkdir -p "${OUTPUT}"
+create_out_dir "${OUTPUT}"
info_msg "About to run pointer-tagging-tests test..."
info_msg "Output directory: ${OUTPUT}"