From 666a67eb59f71271a0c57586315f5aba371c4cc3 Mon Sep 17 00:00:00 2001 From: Reshetnikov Alexandr Date: Tue, 25 Jun 2024 23:10:42 +0400 Subject: [PATCH] linux test up --- busybox/test_linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/busybox/test_linux.sh b/busybox/test_linux.sh index 97090c65c..503ca1eb7 100755 --- a/busybox/test_linux.sh +++ b/busybox/test_linux.sh @@ -1,7 +1,7 @@ #!/bin/bash testVersion() { - assertEquals "tar (busybox) 1.35.0" "$(../bin/busybox tar --version | head -1)" + assertEquals "tar (busybox) 1.36.1" "$(../bin/busybox tar --version | head -1)" } # Load and run shUnit2.