mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 13:47:35 -08:00
Tests were defining variables A, B and C and then testing wordsplitting on them which conflicted with the predefined read-only A variable in Gentoo ebuilds. Instead define and test _A, _B and _C for wordsplitting tests. Closes: https://bugs.gentoo.org/967610 Signed-off-by: Eray Aslan <eras@gentoo.org>