Browse Source

run_vlc.sh: Don't fail when running without a TTY

This should help the test to pass on our buildbots
pull/48/head
Hugo Beauzée-Luyssen 10 years ago
parent
commit
40f53204f8
  1. 2
      test/run_vlc.sh

2
test/run_vlc.sh

@ -2,7 +2,7 @@
set -e
VLC="./vlc --ignore-config"
VLC="./vlc --ignore-config --rc-fake-tty"
$VLC -H
$VLC -Idummy vlc://quit

Loading…
Cancel
Save