aboutsummaryrefslogtreecommitdiffstats
path: root/test/overlay
diff options
context:
space:
mode:
authorLibravatar a1346054 <36859588+a1346054@users.noreply.github.com>2022-09-13 20:01:07 +0000
committerLibravatar a1346054 <36859588+a1346054@users.noreply.github.com>2022-09-13 22:37:20 +0000
commit270f0d95e3f27445057981b26a2aa6474769f3f2 (patch)
treea0dd67c7c9205d6987a706ffaa0141df91948ca7 /test/overlay
parenttests: add missing final newline (diff)
downloadfirejail-270f0d95e3f27445057981b26a2aa6474769f3f2.tar.gz
firejail-270f0d95e3f27445057981b26a2aa6474769f3f2.tar.zst
firejail-270f0d95e3f27445057981b26a2aa6474769f3f2.zip
tests: stop mixing tabs and spaces
Diffstat (limited to 'test/overlay')
-rwxr-xr-xtest/overlay/overlay.sh9
1 files changed, 4 insertions, 5 deletions
diff --git a/test/overlay/overlay.sh b/test/overlay/overlay.sh
index 9bc458f50..a0519d1ad 100755
--- a/test/overlay/overlay.sh
+++ b/test/overlay/overlay.sh
@@ -38,18 +38,17 @@ else
38 echo "TESTING SKIP: firefox not found" 38 echo "TESTING SKIP: firefox not found"
39fi 39fi
40 40
41
42# check xpra/xephyr 41# check xpra/xephyr
43if command -v xpra 42if command -v xpra
44then 43then
45 echo "xpra found" 44 echo "xpra found"
46else 45else
47 echo "xpra not found" 46 echo "xpra not found"
48 if command -v Xephyr 47 if command -v Xephyr
49 then 48 then
50 echo "Xephyr found" 49 echo "Xephyr found"
51 else 50 else
52 echo "TESTING SKIP: xpra and/or Xephyr not found" 51 echo "TESTING SKIP: xpra and/or Xephyr not found"
53 exit 52 exit
54 fi 53 fi
55fi 54fi