From 9716dbc72df8888375405a3dc7c5be675fc775cb Mon Sep 17 00:00:00 2001 From: Reshetnikov Alexandr Date: Sat, 17 Aug 2024 08:18:59 +0400 Subject: [PATCH] tests up --- 7-Zip/test_linux.sh | 2 +- 7-Zip/test_windows.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/7-Zip/test_linux.sh b/7-Zip/test_linux.sh index af0ad7b8f..fe116137b 100755 --- a/7-Zip/test_linux.sh +++ b/7-Zip/test_linux.sh @@ -2,7 +2,7 @@ testVersion() { assertEquals " -7-Zip (z) 24.08 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-06-19" "$(../bin/7zz | head -2)" +7-Zip (z) 24.08 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-08-11" "$(../bin/7zz | head -2)" } # Load and run shUnit2. diff --git a/7-Zip/test_windows.sh b/7-Zip/test_windows.sh index 70068955c..7772a6ae1 100755 --- a/7-Zip/test_windows.sh +++ b/7-Zip/test_windows.sh @@ -2,7 +2,7 @@ testVersion() { assertEquals " -7-Zip (z) 24.08 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-06-19" "$(../bin/7zz.exe | dos2unix | head -2)" +7-Zip (z) 24.08 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-08-11" "$(../bin/7zz.exe | dos2unix | head -2)" } # Load and run shUnit2.