aboutsummaryrefslogtreecommitdiffstats
path: root/test/apps-x11-xorg/apps-x11-xorg.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/apps-x11-xorg/apps-x11-xorg.sh')
-rwxr-xr-xtest/apps-x11-xorg/apps-x11-xorg.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/apps-x11-xorg/apps-x11-xorg.sh b/test/apps-x11-xorg/apps-x11-xorg.sh
index 32331f786..ea07d3713 100755
--- a/test/apps-x11-xorg/apps-x11-xorg.sh
+++ b/test/apps-x11-xorg/apps-x11-xorg.sh
@@ -6,7 +6,7 @@
6export MALLOC_CHECK_=3 6export MALLOC_CHECK_=3
7export MALLOC_PERTURB_=$(($RANDOM % 255 + 1)) 7export MALLOC_PERTURB_=$(($RANDOM % 255 + 1))
8 8
9which firefox 9which firefox 2>/dev/null
10if [ "$?" -eq 0 ]; 10if [ "$?" -eq 0 ];
11then 11then
12 echo "TESTING: firefox x11 xorg" 12 echo "TESTING: firefox x11 xorg"
@@ -15,7 +15,7 @@ else
15 echo "TESTING SKIP: firefox not found" 15 echo "TESTING SKIP: firefox not found"
16fi 16fi
17 17
18which transmission-gtk 18which transmission-gtk 2>/dev/null
19if [ "$?" -eq 0 ]; 19if [ "$?" -eq 0 ];
20then 20then
21 echo "TESTING: transmission-gtk x11 xorg" 21 echo "TESTING: transmission-gtk x11 xorg"
@@ -24,7 +24,7 @@ else
24 echo "TESTING SKIP: transmission-gtk not found" 24 echo "TESTING SKIP: transmission-gtk not found"
25fi 25fi
26 26
27which thunderbird 27which thunderbird 2>/dev/null
28if [ "$?" -eq 0 ]; 28if [ "$?" -eq 0 ];
29then 29then
30 echo "TESTING: thunderbird x11 xorg" 30 echo "TESTING: thunderbird x11 xorg"