[glib/application-replace] fixup! Add tests for --gapplication-replace



commit bde0f64f3cd96941c31c98b1b77b446057089dd0
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Nov 3 11:20:58 2018 -0400

    fixup! Add tests for --gapplication-replace
    
    Use long options where available.

 gio/tests/gapplication.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gio/tests/gapplication.c b/gio/tests/gapplication.c
index ad57839d9..87a0f7dfb 100644
--- a/gio/tests/gapplication.c
+++ b/gio/tests/gapplication.c
@@ -1012,7 +1012,7 @@ static void
 startup_cb (GApplication *app,
             gboolean     *called)
 {
-  const char * const argv[] = { global_argv0, "--verbose", "-q", "-p", "/gapplication/replace", 
"--GTestSubprocess", NULL };
+  const char * const argv[] = { global_argv0, "--verbose", "--quiet", "-p", "/gapplication/replace", 
"--GTestSubprocess", NULL };
 
   *called = TRUE;
 
@@ -1029,7 +1029,7 @@ static void
 startup_cb2 (GApplication *app,
              gboolean     *called)
 {
-  const char * const argv[] = { global_argv0, "--verbose", "-q", "-p", "/gapplication/no-replace", 
"--GTestSubprocess", NULL };
+  const char * const argv[] = { global_argv0, "--verbose", "--quiet", "-p", "/gapplication/no-replace", 
"--GTestSubprocess", NULL };
 
   *called = TRUE;
 


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