]> git.sesse.net Git - vlc/commitdiff
test: Use --ignore-config by default for all tests.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Fri, 11 Apr 2008 17:03:22 +0000 (19:03 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Fri, 11 Apr 2008 17:03:22 +0000 (19:03 +0200)
test/libvlc/test.h

index 9cec504b42e192a7823c75aad95cf54d4b13bbe2..9fe2a0f34d1637a97fd0de5a4d4f11b64b83e4bf 100644 (file)
@@ -49,6 +49,7 @@ static libvlc_exception_t ex;
 
 static const char * test_defaults_args[] = {
     "-vvv",
+    "--ignore-config",
     "-I",
     "dummy",
     "--plugin-path=../modules",