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:
parent
baf838de22
commit
5bf57ec062
|
|
@ -1 +1 @@
|
||||||
..
|
../data-shared
|
||||||
|
|
@ -1 +1 @@
|
||||||
..
|
../data-shared
|
||||||
|
|
@ -1 +1 @@
|
||||||
../libtest-core.sh
|
../data-shared/libtest-core.sh
|
||||||
|
|
@ -1 +1 @@
|
||||||
kolainst/libtest-core.sh
|
kolainst/data-shared/libtest-core.sh
|
||||||
Loading…
Reference in New Issue