summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/test_torbrowser-launcher.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/test_torbrowser-launcher.sh b/bin/test_torbrowser-launcher.sh
index f09fd74b..a6ee201f 100755
--- a/bin/test_torbrowser-launcher.sh
+++ b/bin/test_torbrowser-launcher.sh
@@ -150,7 +150,7 @@ download_and_launch() {
# yes, torbrowser needs dbus
schroot --run-session -c $SESSION --directory /tmp -u root -- service dbus start
sleep 2
- echo "$(date -u) - starting Xfvb on :$SCREEN.0 now."
+ echo "$(date -u) - starting Xvfb on :$SCREEN.0 now."
# start X on virtual framebuffer device
Xvfb -ac -br -screen 0 ${SIZE}x24 :$SCREEN &
XPID=$!
@@ -324,7 +324,7 @@ download_and_launch() {
sleep 0.5
schroot --run-session -c $SESSION --directory /tmp -u root -- service dbus stop
sleep 1
- echo "$(date -u ) - killing Xfvb and ffmpeg."
+ echo "$(date -u ) - killing Xvfb and ffmpeg."
kill $XPID $FFMPEGPID || true
sleep 1
echo "$(date -u ) - Test ends."