Fix gschema-compile tests for --schema-files changes
authorBastien Nocera <hadess@hadess.net>
Wed, 21 Apr 2010 14:02:50 +0000 (15:02 +0100)
committerBastien Nocera <hadess@hadess.net>
Wed, 21 Apr 2010 14:04:28 +0000 (15:04 +0100)
gio/tests/gschema-compile.c

index 95d5226..56c2555 100644 (file)
@@ -23,7 +23,7 @@ test_schema (gpointer data)
       gchar *argv[] = {
         "../gschema-compile",
         "--dry-run",
-        "--one-schema-file", path,
+        "--schema-files", path,
         (gchar *)test->opt,
         NULL
       };