aboutsummaryrefslogtreecommitdiffstats
path: root/test/appimage
diff options
context:
space:
mode:
authorLibravatar a1346054 <36859588+a1346054@users.noreply.github.com>2022-09-13 22:07:38 +0000
committerLibravatar a1346054 <36859588+a1346054@users.noreply.github.com>2022-09-13 22:37:21 +0000
commit65a6b84f09942a626cafb103583457d89f5629d5 (patch)
treec33d3875cc65e88e2c669e88d7ced62c8d6b3245 /test/appimage
parenttests: use bash-builtin instead of external `seq` (diff)
downloadfirejail-65a6b84f09942a626cafb103583457d89f5629d5.tar.gz
firejail-65a6b84f09942a626cafb103583457d89f5629d5.tar.zst
firejail-65a6b84f09942a626cafb103583457d89f5629d5.zip
tests: remove stray ;
Diffstat (limited to 'test/appimage')
-rwxr-xr-xtest/appimage/appimage.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/appimage/appimage.sh b/test/appimage/appimage.sh
index 9afacf5be..c2bdad012 100755
--- a/test/appimage/appimage.sh
+++ b/test/appimage/appimage.sh
@@ -13,7 +13,7 @@ echo "TESTING: AppImage v1 (test/appimage/appimage-v1.exp)"
13echo "TESTING: AppImage v2 (test/appimage/appimage-v2.exp)" 13echo "TESTING: AppImage v2 (test/appimage/appimage-v2.exp)"
14./appimage-v2.exp 14./appimage-v2.exp
15 15
16echo "TESTING: AppImage file name (test/appimage/filename.exp)"; 16echo "TESTING: AppImage file name (test/appimage/filename.exp)"
17./filename.exp 17./filename.exp
18 18
19echo "TESTING: AppImage argsv1 (test/appimage/appimage-args.exp)" 19echo "TESTING: AppImage argsv1 (test/appimage/appimage-args.exp)"