Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix archive tests to not create elasticsearch home (#47239)
The test for java home with special characters on linux would create a temporary java home under /home/elasticsearch. But our packaging assertions expect that to not exist. Unfortunately this would fail much later when the checks were actually done in bats tests. This commit fixes the linux test to match the behavior of windows, which links the entire java directory, and now does it into a /tmp dir. closes #45903
- Loading branch information