From ba13bd79c0efc632f26e7e85f747ae41fbe6fed4 Mon Sep 17 00:00:00 2001 From: Reshetnikov Alexandr Date: Mon, 27 May 2024 21:41:13 +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 9dce85f91..46bc09b4f 100755 --- a/7-Zip/test_linux.sh +++ b/7-Zip/test_linux.sh @@ -2,7 +2,7 @@ testVersion() { assertEquals " -7-Zip (z) 24.06 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-05-14" "$(../bin/7zz | head -2)" +7-Zip (z) 24.06 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-05-26" "$(../bin/7zz | head -2)" } # Load and run shUnit2. diff --git a/7-Zip/test_windows.sh b/7-Zip/test_windows.sh index 9958e54a4..ff6b64df2 100755 --- a/7-Zip/test_windows.sh +++ b/7-Zip/test_windows.sh @@ -2,7 +2,7 @@ testVersion() { assertEquals " -7-Zip (z) 24.06 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-05-14" "$(../bin/7zz.exe | dos2unix | head -2)" +7-Zip (z) 24.06 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-05-26" "$(../bin/7zz.exe | dos2unix | head -2)" } # Load and run shUnit2.