ifcfg-rh: remove password-raw keys file after test

Fixes: a83ab252ee
This commit is contained in:
Beniamino Galvani 2017-10-31 14:34:06 +01:00
parent 47ebb98630
commit 5f97430e21

View file

@ -1966,9 +1966,9 @@ static void
test_read_write_802_1x_password_raw (void)
{
nmtst_auto_unlinkfile char *testfile = NULL;
nmtst_auto_unlinkfile char *keyfile = NULL;
gs_unref_object NMConnection *connection = NULL;
gs_unref_object NMConnection *reread = NULL;
gs_free char *keyfile = NULL;
NMSetting8021x *s_8021x;
GBytes *bytes;
gconstpointer data;