diff --git a/run_remote_tests.sh b/run_remote_tests.sh index df7760d75c..1051257187 100755 --- a/run_remote_tests.sh +++ b/run_remote_tests.sh @@ -77,7 +77,7 @@ function cleanup() { [[ ${RAN_ANY_TESTS} -eq ${FLAGS_FALSE} ]]; then rm -rf "${TMP}" else - ln -sf "${TMP}" /tmp/run_remote_tests.latest + ln -nsf "${TMP}" /tmp/run_remote_tests.latest echo ">>> Details stored under ${TMP}" fi stop_ssh_agent