Skip to content

Commit

Permalink
2024-06-19
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Jul 18, 2024
1 parent 2034d5e commit 2bbc607
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 7-Zip/test_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

testVersion() {
assertEquals "
7-Zip (z) 24.07 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-05-26" "$(../bin/7zz | head -2)"
7-Zip (z) 24.07 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-06-19" "$(../bin/7zz | head -2)"
}

# Load and run shUnit2.
Expand Down
2 changes: 1 addition & 1 deletion 7-Zip/test_windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

testVersion() {
assertEquals "
7-Zip (z) 24.07 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-05-26" "$(../bin/7zz.exe | dos2unix | head -2)"
7-Zip (z) 24.07 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-06-19" "$(../bin/7zz.exe | dos2unix | head -2)"
}

# Load and run shUnit2.
Expand Down

0 comments on commit 2bbc607

Please sign in to comment.