sbt/launcher-package/integration-test/src/test/scala
circlecrystalin 2f348a09b9
[2.x] fix: Fixes the handling of special characters in dot files (#8558)
- Replace 'eval echo $line' with 'printf "%s\n" "$line"' in loadConfigFile()
- Prevents shell expansion of special characters like |, *, &, etc.
- Fixes issue where properties with pipes, wildcards, and ampersands
  caused 'command not found' or 'unexpected' errors
- Add test to verify special characters are handled correctly on all platforms
2026-01-19 14:37:08 -05:00
..
ExtendedRunnerTest.scala [2.x] ci: Integrate launcher package (#8485) 2026-01-11 20:57:59 -05:00
RunnerMemoryScriptTest.scala fix: Handle -X JVM options on command line (fixes #5742) (#8566) 2026-01-17 14:29:30 -05:00
RunnerScriptTest.scala [2.x] fix: Fixes the handling of special characters in dot files (#8558) 2026-01-19 14:37:08 -05:00
ShellScriptUtil.scala [2.x] fix: Fixes the handling of special characters in dot files (#8558) 2026-01-19 14:37:08 -05:00