From 73939a927fe02052c346c17005eeb517c3e00b87 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 16 Jun 2010 22:43:42 +0200 Subject: interactive test: Pipe Xnest output to /dev/null --- test/run-interactive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/run-interactive b/test/run-interactive index d86c09c..2181cb7 100755 --- a/test/run-interactive +++ b/test/run-interactive @@ -1,6 +1,6 @@ #!/bin/sh -Xnest :1 & +Xnest :1 > /dev/null 2>&1 & pid=${!} DISPLAY=:1 prove test/feh.i -- cgit v1.2.3