diff --git a/7-Zip/test_linux.sh b/7-Zip/test_linux.sh index 676c1afb8..723e0fc85 100755 --- a/7-Zip/test_linux.sh +++ b/7-Zip/test_linux.sh @@ -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. diff --git a/7-Zip/test_windows.sh b/7-Zip/test_windows.sh index 760093e13..737f9c89c 100755 --- a/7-Zip/test_windows.sh +++ b/7-Zip/test_windows.sh @@ -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.