[vlc-commits] Work around test failing with cli interface
    Rafaël Carré 
    git at videolan.org
       
    Thu Jun 20 14:37:29 CEST 2013
    
    
  
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Thu Jun 20 14:37:02 2013 +0200| [32ce763be9747ebf7281a981193d54ba9dadc197] | committer: Rafaël Carré
Work around test failing with cli interface
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=32ce763be9747ebf7281a981193d54ba9dadc197
---
 test/run_vlc.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/run_vlc.sh b/test/run_vlc.sh
index 38c7d10..b751cad 100755
--- a/test/run_vlc.sh
+++ b/test/run_vlc.sh
@@ -2,7 +2,7 @@
 
 set -e
 
-VLC="./vlc --ignore-config"
+VLC="./vlc -I dummy --ignore-config"
 
 $VLC -H
 $VLC -vv vlc://quit
    
    
More information about the vlc-commits
mailing list