aboutsummaryrefslogtreecommitdiffstats
path: root/test/overlay
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2018-04-26 10:36:27 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2018-04-26 10:36:27 -0400
commit14faf11d2da1bf31fb92fcec91b8a511e4a3f1a6 (patch)
tree874cbd6c97b02b94eeae89485b420133785d5310 /test/overlay
parentstill tweaking baloo (diff)
downloadfirejail-14faf11d2da1bf31fb92fcec91b8a511e4a3f1a6.tar.gz
firejail-14faf11d2da1bf31fb92fcec91b8a511e4a3f1a6.tar.zst
firejail-14faf11d2da1bf31fb92fcec91b8a511e4a3f1a6.zip
centos testing
Diffstat (limited to 'test/overlay')
-rwxr-xr-xtest/overlay/overlay.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/overlay/overlay.sh b/test/overlay/overlay.sh
index 6b7f779d7..9daf1f5f6 100755
--- a/test/overlay/overlay.sh
+++ b/test/overlay/overlay.sh
@@ -21,7 +21,7 @@ rm -fr ~/_firejail_test_*
21./fs-tmpfs.exp 21./fs-tmpfs.exp
22rm -fr ~/_firejail_test_* 22rm -fr ~/_firejail_test_*
23 23
24which firefox 24which firefox 2>/dev/null
25if [ "$?" -eq 0 ]; 25if [ "$?" -eq 0 ];
26then 26then
27 echo "TESTING: overlay firefox" 27 echo "TESTING: overlay firefox"
@@ -30,7 +30,7 @@ else
30 echo "TESTING SKIP: firefox not found" 30 echo "TESTING SKIP: firefox not found"
31fi 31fi
32 32
33which firefox 33which firefox 2>/dev/null
34if [ "$?" -eq 0 ]; 34if [ "$?" -eq 0 ];
35then 35then
36 echo "TESTING: overlay firefox x11 xorg" 36 echo "TESTING: overlay firefox x11 xorg"
@@ -41,13 +41,13 @@ fi
41 41
42 42
43# check xpra/xephyr 43# check xpra/xephyr
44which xpra 44which xpra 2>/dev/null
45if [ "$?" -eq 0 ]; 45if [ "$?" -eq 0 ];
46then 46then
47 echo "xpra found" 47 echo "xpra found"
48else 48else
49 echo "xpra not found" 49 echo "xpra not found"
50 which Xephyr 50 which Xephyr 2>/dev/null
51 if [ "$?" -eq 0 ]; 51 if [ "$?" -eq 0 ];
52 then 52 then
53 echo "Xephyr found" 53 echo "Xephyr found"
@@ -57,7 +57,7 @@ else
57 fi 57 fi
58fi 58fi
59 59
60which firefox 60which firefox 2>/dev/null
61if [ "$?" -eq 0 ]; 61if [ "$?" -eq 0 ];
62then 62then
63 echo "TESTING: overlay firefox x11" 63 echo "TESTING: overlay firefox x11"