From 32ce763be9747ebf7281a981193d54ba9dadc197 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Thu, 20 Jun 2013 14:37:02 +0200 Subject: [PATCH] Work around test failing with cli interface --- 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 38c7d105cb..b751cad551 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 -- 2.39.2