aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar a1346054 <36859588+a1346054@users.noreply.github.com>2022-09-13 20:03:06 +0000
committerLibravatar a1346054 <36859588+a1346054@users.noreply.github.com>2022-09-13 20:19:13 +0000
commit4157640007085152633a3a8800fd763fff9da523 (patch)
tree4eb4c14c245935904c8a295415b1e4b8e4356a5c
parentFix Firefox 'Profile not found' for psd (v6.45) (#5348) (diff)
downloadfirejail-4157640007085152633a3a8800fd763fff9da523.tar.gz
firejail-4157640007085152633a3a8800fd763fff9da523.tar.zst
firejail-4157640007085152633a3a8800fd763fff9da523.zip
tests: fix unintentional overwriting of array value
-rwxr-xr-xtest/compile/compile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/compile/compile.sh b/test/compile/compile.sh
index 6b994ba70..27e5b2d77 100755
--- a/test/compile/compile.sh
+++ b/test/compile/compile.sh
@@ -31,7 +31,7 @@ arr[15]="TEST 15: compile private-home disabled"
31arr[16]="TEST 16: compile disable manpages" 31arr[16]="TEST 16: compile disable manpages"
32arr[17]="TEST 17: disable tmpfs as regular user" 32arr[17]="TEST 17: disable tmpfs as regular user"
33arr[18]="TEST 18: disable private home" 33arr[18]="TEST 18: disable private home"
34arr[18]="TEST 19: enable ids" 34arr[19]="TEST 19: enable ids"
35 35
36# remove previous reports and output file 36# remove previous reports and output file
37cleanup() { 37cleanup() {