Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Feb 26, 2024
1 parent c8f8e05 commit c4b8440
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .tests/test_tools_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ test7zVersion() {
if [[ "$is_alpine_os" == true ]]; then
assertEquals "
7-Zip (z) 21.07 (x64) : Copyright (c) 1999-2021 Igor Pavlov : 2021-12-26
64-bit locale=C UTF8=- Threads:2, ASM" "$actual_version" # editorconfig-checker-disable-line
64-bit locale=C UTF8=- Threads:4, ASM" "$actual_version" # editorconfig-checker-disable-line
else
assertEquals "
7-Zip (z) 21.07 (x64) : Copyright (c) 1999-2021 Igor Pavlov : 2021-12-26
64-bit locale=C.UTF-8 Threads:2, ASM" "$actual_version" # editorconfig-checker-disable-line
64-bit locale=C.UTF-8 Threads:4, ASM" "$actual_version" # editorconfig-checker-disable-line
fi
}

Expand Down

0 comments on commit c4b8440

Please sign in to comment.