aboutsummaryrefslogtreecommitdiffstats
path: root/test/apps-x11
diff options
context:
space:
mode:
authorLibravatar Reiner Herrmann <reiner@reiner-h.de>2016-06-16 19:45:46 +0200
committerLibravatar Reiner Herrmann <reiner@reiner-h.de>2016-06-16 19:45:46 +0200
commit99033ce1520901fbfe3c2178171032238be4d2f0 (patch)
tree62f7e48fd7b165f47d4d802444f0e2b22eaec065 /test/apps-x11
parentskip ip6 test if filter table not available (diff)
downloadfirejail-99033ce1520901fbfe3c2178171032238be4d2f0.tar.gz
firejail-99033ce1520901fbfe3c2178171032238be4d2f0.tar.zst
firejail-99033ce1520901fbfe3c2178171032238be4d2f0.zip
Xephyr typo
Diffstat (limited to 'test/apps-x11')
-rwxr-xr-xtest/apps-x11/apps-x11.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/apps-x11/apps-x11.sh b/test/apps-x11/apps-x11.sh
index a8556ab8f..1b3494290 100755
--- a/test/apps-x11/apps-x11.sh
+++ b/test/apps-x11/apps-x11.sh
@@ -13,12 +13,12 @@ then
13 echo "xpra found" 13 echo "xpra found"
14else 14else
15 echo "xpra not found" 15 echo "xpra not found"
16 which xephyr 16 which Xephyr
17 if [ "$?" -eq 0 ]; 17 if [ "$?" -eq 0 ];
18 then 18 then
19 echo "xephyr found" 19 echo "Xephyr found"
20 else 20 else
21 echo "TESTING SKIP: xpra and/or xephyr not found" 21 echo "TESTING SKIP: xpra and/or Xephyr not found"
22 exit 22 exit
23 fi 23 fi
24fi 24fi