Use type_very_safely for the desktop auth workaround

type_safely just ain't safe enough, it seems.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2019-04-10 12:46:45 -07:00
parent e87348abca
commit dc81c64f4f

View File

@ -30,7 +30,7 @@ sub run {
if (check_screen "auth_required", 10) {
record_soft_failure "spurious 'auth required' - https://gitlab.gnome.org/GNOME/gnome-software/issues/582";
# bit sloppy but correct for both...
type_safely "weakpassword\n";
type_very_safely "weakpassword\n";
}
# this launches GNOME Software on GNOME, dunno for any other
# desktop yet