aboutsummaryrefslogtreecommitdiffstats
path: root/test/apps-x11
diff options
context:
space:
mode:
Diffstat (limited to 'test/apps-x11')
-rwxr-xr-xtest/apps-x11/apps-x11.sh18
1 files changed, 9 insertions, 9 deletions
diff --git a/test/apps-x11/apps-x11.sh b/test/apps-x11/apps-x11.sh
index 2e0031dd9..c12b11f3e 100755
--- a/test/apps-x11/apps-x11.sh
+++ b/test/apps-x11/apps-x11.sh
@@ -10,20 +10,20 @@ echo "TESTING: no x11 (test/apps-x11/x11-none.exp)"
10./x11-none.exp 10./x11-none.exp
11 11
12 12
13which xterm 13which xterm 2>/dev/null
14if [ "$?" -eq 0 ]; 14if [ "$?" -eq 0 ];
15then 15then
16 echo "TESTING: xterm x11 xorg" 16 echo "TESTING: xterm x11 xorg"
17 ./xterm-xorg.exp 17 ./xterm-xorg.exp
18 18
19 which xpra 19 which xpra 2>/dev/null
20 if [ "$?" -eq 0 ]; 20 if [ "$?" -eq 0 ];
21 then 21 then
22 echo "TESTING: xterm x11 xpra" 22 echo "TESTING: xterm x11 xpra"
23 ./xterm-xpra.exp 23 ./xterm-xpra.exp
24 fi 24 fi
25 25
26 which Xephyr 26 which Xephyr 2>/dev/null
27 if [ "$?" -eq 0 ]; 27 if [ "$?" -eq 0 ];
28 then 28 then
29 echo "TESTING: xterm x11 xephyr" 29 echo "TESTING: xterm x11 xephyr"
@@ -34,13 +34,13 @@ else
34fi 34fi
35 35
36# check xpra/xephyr 36# check xpra/xephyr
37which xpra 37which xpra 2>/dev/null
38if [ "$?" -eq 0 ]; 38if [ "$?" -eq 0 ];
39then 39then
40 echo "xpra found" 40 echo "xpra found"
41else 41else
42 echo "xpra not found" 42 echo "xpra not found"
43 which Xephyr 43 which Xephyr 2>/dev/null
44 if [ "$?" -eq 0 ]; 44 if [ "$?" -eq 0 ];
45 then 45 then
46 echo "Xephyr found" 46 echo "Xephyr found"
@@ -50,7 +50,7 @@ else
50 fi 50 fi
51fi 51fi
52 52
53which firefox 53which firefox 2>/dev/null
54if [ "$?" -eq 0 ]; 54if [ "$?" -eq 0 ];
55then 55then
56 echo "TESTING: firefox x11" 56 echo "TESTING: firefox x11"
@@ -59,7 +59,7 @@ else
59 echo "TESTING SKIP: firefox not found" 59 echo "TESTING SKIP: firefox not found"
60fi 60fi
61 61
62which chromium 62which chromium 2>/dev/null
63if [ "$?" -eq 0 ]; 63if [ "$?" -eq 0 ];
64then 64then
65 echo "TESTING: chromium x11" 65 echo "TESTING: chromium x11"
@@ -68,7 +68,7 @@ else
68 echo "TESTING SKIP: chromium not found" 68 echo "TESTING SKIP: chromium not found"
69fi 69fi
70 70
71which transmission-gtk 71which transmission-gtk 2>/dev/null
72if [ "$?" -eq 0 ]; 72if [ "$?" -eq 0 ];
73then 73then
74 echo "TESTING: transmission-gtk x11" 74 echo "TESTING: transmission-gtk x11"
@@ -77,7 +77,7 @@ else
77 echo "TESTING SKIP: transmission-gtk not found" 77 echo "TESTING SKIP: transmission-gtk not found"
78fi 78fi
79 79
80which thunderbird 80which thunderbird 2>/dev/null
81if [ "$?" -eq 0 ]; 81if [ "$?" -eq 0 ];
82then 82then
83 echo "TESTING: thunderbird x11" 83 echo "TESTING: thunderbird x11"