Fix gschema-compile tests for --schema-files changes

This commit is contained in:
Bastien Nocera 2010-04-21 15:02:50 +01:00
parent 1c2aea7854
commit e63a1a3d6e

View File

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