[easytag/wip/musicbrainz-support] Updated tests to run



commit e8712f17b2df9079c0b88ca9717c4964a7cc1108
Author: Abhinav <abhijangda hotmail com>
Date:   Sun Jun 15 23:02:28 2014 +0530

    Updated tests to run

 tests/test-musicbrainz.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/test-musicbrainz.c b/tests/test-musicbrainz.c
index 0297bb2..9633b61 100644
--- a/tests/test-musicbrainz.c
+++ b/tests/test-musicbrainz.c
@@ -152,7 +152,7 @@ main (int argc, char** argv)
 {
     gchar *arg[2];
     GPid pid;
-    arg [0] = "test-musicbrainz_server";
+    arg [0] = "tests/test-musicbrainz_server";
     arg [1] = NULL;
     g_test_init (&argc, &argv, NULL);
     if (g_spawn_async (NULL, &arg[0], NULL, G_SPAWN_FILE_AND_ARGV_ZERO, NULL, NULL, &pid, NULL));


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