]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: re-enable skipped systemd-firstboot --locale-messages= test
authorFrantisek Sumsal <frantisek@sumsal.cz>
Fri, 4 Nov 2022 08:44:34 +0000 (09:44 +0100)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Fri, 4 Nov 2022 08:44:34 +0000 (09:44 +0100)
Since the original issue should be resolved by #25253.

test/units/testsuite-74.firstboot.sh

index 02f9f5cd7a7cd5ee3bc6358ea604ac4db780883d..f17b35e672b2160c780358554a7b49cde18ceff8 100755 (executable)
@@ -33,10 +33,9 @@ touch "$ROOT/bin/fooshell" "$ROOT/bin/barshell"
 systemd-firstboot --root="$ROOT" --locale=foo
 grep -q "LANG=foo" "$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
-#grep -q "LC_MESSAGES=foo" "$ROOT/etc/locale.conf"
-#rm -fv "$ROOT/etc/locale.conf"
+systemd-firstboot --root="$ROOT" --locale-messages=foo
+grep -q "LC_MESSAGES=foo" "$ROOT/etc/locale.conf"
+rm -fv "$ROOT/etc/locale.conf"
 systemd-firstboot --root="$ROOT" --locale=foo --locale-messages=bar
 grep -q "LANG=foo" "$ROOT/etc/locale.conf"
 grep -q "LC_MESSAGES=bar" "$ROOT/etc/locale.conf"