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:
parent
e87348abca
commit
dc81c64f4f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user