libqtest: fix the order of buffered events
commit7f9d519c0d37b8af0b228a4ed49d33ea095e9eb7
authorMaxim Levitsky <mlevitsk@redhat.com>
Mon, 19 Oct 2020 16:37:00 +0000 (19 19:37 +0300)
committerThomas Huth <thuth@redhat.com>
Sat, 24 Oct 2020 05:36:53 +0000 (24 07:36 +0200)
treeb091d2a4fa23a5003c6fe4ab96d9e25445777d7f
parent288c31e30d522dbac4d7998ca254735393c59307
libqtest: fix the order of buffered events

By a mistake I added the pending events in a wrong order.
Fix this by using g_list_append.

Signed-off-by: Maxim Levitsky <mlevitsk@redhat.com>
Message-Id: <20201019163702.471239-3-mlevitsk@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/qtest/libqtest.c