From 157bd5e38a4ee53ca2a50ab0b3b051ef93ab4869 Mon Sep 17 00:00:00 2001 From: Bruno Sutic Date: Sun, 22 Feb 2015 22:31:57 +0100 Subject: [PATCH] Do not gitignore 'tmux-test' files --- .gitignore | 3 --- run_tests | 1 + tests/helpers/helpers.sh | 1 + tests/run_tests_in_isolation | 1 + 4 files changed, 3 insertions(+), 3 deletions(-) create mode 120000 run_tests create mode 120000 tests/helpers/helpers.sh create mode 120000 tests/run_tests_in_isolation diff --git a/.gitignore b/.gitignore index 72523e8..e69de29 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +0,0 @@ -run_tests -tests/run_tests_in_isolation -tests/helpers/helpers.sh diff --git a/run_tests b/run_tests new file mode 120000 index 0000000..6817780 --- /dev/null +++ b/run_tests @@ -0,0 +1 @@ +lib/tmux-test/run_tests \ No newline at end of file diff --git a/tests/helpers/helpers.sh b/tests/helpers/helpers.sh new file mode 120000 index 0000000..ddf3781 --- /dev/null +++ b/tests/helpers/helpers.sh @@ -0,0 +1 @@ +../../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 new file mode 120000 index 0000000..7c9c3f7 --- /dev/null +++ b/tests/run_tests_in_isolation @@ -0,0 +1 @@ +../lib/tmux-test/tests/run_tests_in_isolation \ No newline at end of file