From 40f53204f88eb07e508380a88783d075a9eac33b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20Beauz=C3=A9e-Luyssen?= Date: Mon, 8 Aug 2016 19:18:54 +0200 Subject: [PATCH] run_vlc.sh: Don't fail when running without a TTY This should help the test to pass on our buildbots --- 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 75f85b2fcf..ca3689bc6d 100755 --- a/test/run_vlc.sh +++ b/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