Fix spelling mistake in filename when unlinking it after the test.

This commit is contained in:
Emmanuel Fleury 2022-04-16 15:37:40 +02:00
parent 9ed0dc5583
commit b5c162635c

View File

@ -112,7 +112,7 @@ test_spawn_basics (void)
g_free (erroutput); g_free (erroutput);
erroutput = NULL; erroutput = NULL;
g_unlink ("spawn-test-create-file.txt"); g_unlink ("spawn-test-created-file.txt");
#ifdef G_OS_WIN32 #ifdef G_OS_WIN32
g_test_message ("Running spawn-test-win32-gui in various ways."); g_test_message ("Running spawn-test-win32-gui in various ways.");