From 313ca434ba2f14e5265d186c27e17300d1e5915e Mon Sep 17 00:00:00 2001 From: Milos Gligoric Date: Thu, 18 Jan 2024 07:47:11 -0600 Subject: [PATCH] tests: Update the expected test values after changing doc files used in the test (should have been a PR) --- src/util/os_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/os_test.sh b/src/util/os_test.sh index e3c7f02..4a89210 100644 --- a/src/util/os_test.sh +++ b/src/util/os_test.sh @@ -20,7 +20,7 @@ function test_os_stat() { assert_fail assert_eq "README.md" "$($fi name)" - assert_gt "$($fi size)" 25000 + assert_gt "$($fi size)" 3000 # The value might not be the same in CI. # assert_eq "-rw-rw-r--" "$($fi mode)" $fi is_dir && \