[glib: 3/4] Fix spelling mistake in filename when unlinking it after the test.




commit b5c162635cd6e84c2208db39b76a009f96ec1b69
Author: Emmanuel Fleury <emmanuel fleury gmail com>
Date:   Sat Apr 16 15:37:40 2022 +0200

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

 glib/tests/spawn-test.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/glib/tests/spawn-test.c b/glib/tests/spawn-test.c
index 42599d72f1..17b2899633 100644
--- a/glib/tests/spawn-test.c
+++ b/glib/tests/spawn-test.c
@@ -112,7 +112,7 @@ test_spawn_basics (void)
 
   g_free (erroutput);
   erroutput = NULL;
-  g_unlink ("spawn-test-create-file.txt");
+  g_unlink ("spawn-test-created-file.txt");
 
 #ifdef G_OS_WIN32
   g_test_message ("Running spawn-test-win32-gui in various ways.");


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]