]> git.proxmox.com Git - systemd.git/commitdiff
autopkgtest: update expected output of localectl
authorLuca Boccassi <bluca@debian.org>
Sun, 23 Oct 2022 12:23:47 +0000 (13:23 +0100)
committerLuca Boccassi <bluca@debian.org>
Mon, 24 Oct 2022 18:03:26 +0000 (19:03 +0100)
debian/tests/localed-x11-keymap

index 34f480809464cc41bbf5d68c88263ca20ef26ae2..b1818a8bfd653ef1cc9071cea8ac19f71a792524 100755 (executable)
@@ -48,5 +48,5 @@ assert_in "X11 Model: pc101" "$STATUS"
 if [ -z "$TEST_UPSTREAM" ]; then
     rm /etc/default/keyboard
     systemctl stop systemd-localed
-    assert_in "X11 Layout: n/a" "`localectl --no-pager`"
+    assert_in "X11 Layout: (unset)" "`localectl --no-pager`"
 fi