mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-14 19:55:12 +01:00
Fix spelling mistake in filename when unlinking it after the test.
This commit is contained in:
parent
9ed0dc5583
commit
b5c162635c
@ -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.");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user