summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2022-11-04 09:44:34 +0100
committerFrantisek Sumsal <frantisek@sumsal.cz>2022-11-04 09:44:34 +0100
commit59377dbef288bff2e9df1254f9cbccd3c7d726a5 (patch)
tree4f7786b5c889cd6414866dae5ed68cbb0364cbcd /test
parent072adf26933730466e8a7b27b26c46501368a904 (diff)
downloadsystemd-59377dbef288bff2e9df1254f9cbccd3c7d726a5.tar.gz
test: re-enable skipped systemd-firstboot --locale-messages= test
Since the original issue should be resolved by #25253.
Diffstat (limited to 'test')
-rwxr-xr-xtest/units/testsuite-74.firstboot.sh7
1 files changed, 3 insertions, 4 deletions
diff --git a/test/units/testsuite-74.firstboot.sh b/test/units/testsuite-74.firstboot.sh
index 02f9f5cd7a..f17b35e672 100755
--- a/test/units/testsuite-74.firstboot.sh
+++ b/test/units/testsuite-74.firstboot.sh
@@ -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"