Skip to content

Commit

Permalink
tests: fix unintentional overwriting of array value
Browse files Browse the repository at this point in the history
  • Loading branch information
a1346054 committed Sep 13, 2022
1 parent 2cfe3ea commit 4157640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/compile/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ arr[15]="TEST 15: compile private-home disabled"
arr[16]="TEST 16: compile disable manpages"
arr[17]="TEST 17: disable tmpfs as regular user"
arr[18]="TEST 18: disable private home"
arr[18]="TEST 19: enable ids"
arr[19]="TEST 19: enable ids"

# remove previous reports and output file
cleanup() {
Expand Down

0 comments on commit 4157640

Please sign in to comment.