tests/kolainst: Avoid recursive symlinks

`kola` now follows symlinks when archiving an external test's `data/`
dir. So the recursive `data` symlink we have here breaks it.

Let's just move the shared files in its own directory and update the
symlinks.
This commit is contained in:
Jonathan Lebon 2022-01-21 13:41:32 -05:00
parent baf838de22
commit 5bf57ec062
6 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
..
../data-shared

View File

@ -1 +1 @@
..
../data-shared

View File

@ -1 +1 @@
../libtest-core.sh
../data-shared/libtest-core.sh

View File

@ -1 +1 @@
kolainst/libtest-core.sh
kolainst/data-shared/libtest-core.sh