mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-21 18:03:41 +03:00
test: re-enable skipped systemd-firstboot --locale-messages= test
Since the original issue should be resolved by #25253. (cherry picked from commit 59377dbef288bff2e9df1254f9cbccd3c7d726a5)
This commit is contained in:
parent
07e4787106
commit
ddc1898ebd
@ -33,10 +33,9 @@ touch "$ROOT/bin/fooshell" "$ROOT/bin/barshell"
|
|||||||
systemd-firstboot --root="$ROOT" --locale=foo
|
systemd-firstboot --root="$ROOT" --locale=foo
|
||||||
grep -q "LANG=foo" "$ROOT/etc/locale.conf"
|
grep -q "LANG=foo" "$ROOT/etc/locale.conf"
|
||||||
rm -fv "$ROOT/etc/locale.conf"
|
rm -fv "$ROOT/etc/locale.conf"
|
||||||
# FIXME: https://github.com/systemd/systemd/issues/25249
|
systemd-firstboot --root="$ROOT" --locale-messages=foo
|
||||||
#systemd-firstboot --root="$ROOT" --locale-messages=foo
|
grep -q "LC_MESSAGES=foo" "$ROOT/etc/locale.conf"
|
||||||
#grep -q "LC_MESSAGES=foo" "$ROOT/etc/locale.conf"
|
rm -fv "$ROOT/etc/locale.conf"
|
||||||
#rm -fv "$ROOT/etc/locale.conf"
|
|
||||||
systemd-firstboot --root="$ROOT" --locale=foo --locale-messages=bar
|
systemd-firstboot --root="$ROOT" --locale=foo --locale-messages=bar
|
||||||
grep -q "LANG=foo" "$ROOT/etc/locale.conf"
|
grep -q "LANG=foo" "$ROOT/etc/locale.conf"
|
||||||
grep -q "LC_MESSAGES=bar" "$ROOT/etc/locale.conf"
|
grep -q "LC_MESSAGES=bar" "$ROOT/etc/locale.conf"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user