From 3b80a7f3b0262a5e6e44ad5f926d5a8d2a61a151 Mon Sep 17 00:00:00 2001 From: gelocraft Date: Thu, 30 Jan 2025 13:47:01 +0800 Subject: [PATCH] chore: remove/unlink run_tests because it points to nothing. --- run_tests | 1 - tests/helpers/helpers.sh | 1 - tests/run_tests_in_isolation | 1 - 3 files changed, 3 deletions(-) delete mode 120000 run_tests delete mode 120000 tests/helpers/helpers.sh delete mode 120000 tests/run_tests_in_isolation diff --git a/run_tests b/run_tests deleted file mode 120000 index 68177804..00000000 --- a/run_tests +++ /dev/null @@ -1 +0,0 @@ -lib/tmux-test/run_tests \ No newline at end of file diff --git a/tests/helpers/helpers.sh b/tests/helpers/helpers.sh deleted file mode 120000 index ddf37814..00000000 --- a/tests/helpers/helpers.sh +++ /dev/null @@ -1 +0,0 @@ -../../lib/tmux-test/tests/helpers/helpers.sh \ No newline at end of file diff --git a/tests/run_tests_in_isolation b/tests/run_tests_in_isolation deleted file mode 120000 index 7c9c3f76..00000000 --- a/tests/run_tests_in_isolation +++ /dev/null @@ -1 +0,0 @@ -../lib/tmux-test/tests/run_tests_in_isolation \ No newline at end of file