mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-07-25 17:11:16 +00:00
14 lines
276 B
Diff
14 lines
276 B
Diff
diff --git a/test/run_vlc.sh b/test/run_vlc.sh
|
|
index af35987..9a0175b 100755
|
|
--- a/test/run_vlc.sh
|
|
+++ b/test/run_vlc.sh
|
|
@@ -2,7 +2,7 @@
|
|
|
|
set -e
|
|
|
|
-VLC="./vlc --ignore-config --rc-fake-tty"
|
|
+VLC="./vlc -I dummy --ignore-config --rc-fake-tty"
|
|
|
|
$VLC -H
|
|
$VLC -vv vlc://quit
|