Skip to content

Commit

Permalink
tests: Update the expected test values after changing doc files used …
Browse files Browse the repository at this point in the history
…in the test (should have been a PR)
  • Loading branch information
gliga committed Jan 18, 2024
1 parent 7fd382e commit 313ca43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/os_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 313ca43

Please sign in to comment.