]> git.sesse.net Git - vlc/blobdiff - test/libvlc/media_list.c
media_list test is safe to run
[vlc] / test / libvlc / media_list.c
index db8c9e27c4cb99236c8196bf7150e8e16e6005d3..fb176972f346f5132040e3101742d18e22300d97 100644 (file)
@@ -115,7 +115,7 @@ static void test_media_list (const char ** argv, int argc)
     p_non_exist = libvlc_media_list_item_at_index (ml, -1, &ex);
     assert (have_exception ());
 
-    md4 = libvlc_media_new (vlc, "/dev/dsp", &ex);
+    md4 = libvlc_media_new (vlc, "/dev/null", &ex);
     catch ();
 
     /* try to find non inserted item */