Chromium Code Reviews| Index: run_remote_tests.sh |
| diff --git a/run_remote_tests.sh b/run_remote_tests.sh |
| index 2c6dfd0a1ecbefc95354cf7780e8350b787889a5..b27be5baec5cce199800c839812e4bea13a3d16b 100755 |
| --- a/run_remote_tests.sh |
| +++ b/run_remote_tests.sh |
| @@ -79,7 +79,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 |