aboutsummaryrefslogtreecommitdiffstats
path: root/test/apps-x11/apps-x11.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/apps-x11/apps-x11.sh')
-rwxr-xr-xtest/apps-x11/apps-x11.sh17
1 files changed, 8 insertions, 9 deletions
diff --git a/test/apps-x11/apps-x11.sh b/test/apps-x11/apps-x11.sh
index 9f8102738..b2722eed3 100755
--- a/test/apps-x11/apps-x11.sh
+++ b/test/apps-x11/apps-x11.sh
@@ -10,7 +10,6 @@ export LC_ALL=C
10echo "TESTING: no x11 (test/apps-x11/x11-none.exp)" 10echo "TESTING: no x11 (test/apps-x11/x11-none.exp)"
11./x11-none.exp 11./x11-none.exp
12 12
13
14if command -v xterm 13if command -v xterm
15then 14then
16 echo "TESTING: xterm x11 xorg" 15 echo "TESTING: xterm x11 xorg"
@@ -18,14 +17,14 @@ then
18 17
19 if command -v xpra 18 if command -v xpra
20 then 19 then
21 echo "TESTING: xterm x11 xpra" 20 echo "TESTING: xterm x11 xpra"
22 ./xterm-xpra.exp 21 ./xterm-xpra.exp
23 fi 22 fi
24 23
25 if command -v Xephyr 24 if command -v Xephyr
26 then 25 then
27 echo "TESTING: xterm x11 xephyr" 26 echo "TESTING: xterm x11 xephyr"
28 ./xterm-xephyr.exp 27 ./xterm-xephyr.exp
29 fi 28 fi
30else 29else
31 echo "TESTING SKIP: xterm not found" 30 echo "TESTING SKIP: xterm not found"
@@ -34,14 +33,14 @@ fi
34# check xpra/xephyr 33# check xpra/xephyr
35if command -v xpra 34if command -v xpra
36then 35then
37 echo "xpra found" 36 echo "xpra found"
38else 37else
39 echo "xpra not found" 38 echo "xpra not found"
40 if command -v Xephyr 39 if command -v Xephyr
41 then 40 then
42 echo "Xephyr found" 41 echo "Xephyr found"
43 else 42 else
44 echo "TESTING SKIP: xpra and/or Xephyr not found" 43 echo "TESTING SKIP: xpra and/or Xephyr not found"
45 exit 44 exit
46 fi 45 fi
47fi 46fi