Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2471b40

Browse files
naoNao89RenjiSann
authored andcommitted
test: fix CRC32B fixture paths to match test runner directory
Update CRC32B fixture files to use relative paths (lorem_ipsum.txt) instead of absolute paths (tests/fixtures/cksum/lorem_ipsum.txt) to match the test runner's working directory. Fixes CI test failures where cksum output includes different file paths.
1 parent b353faa commit 2471b40

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1136995542 772 tests/fixtures/cksum/lorem_ipsum.txt
1+
1136995542 772 lorem_ipsum.txt
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
1136995542 772 tests/fixtures/cksum/lorem_ipsum.txt
2-
2801993020 302 tests/fixtures/cksum/alice_in_wonderland.txt
1+
1136995542 772 lorem_ipsum.txt
2+
2801993020 302 alice_in_wonderland.txt
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1136995542 772 tests/fixtures/cksum/lorem_ipsum.txt
1+
1136995542 772 lorem_ipsum.txt
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
1136995542 772 tests/fixtures/cksum/lorem_ipsum.txt
2-
2801993020 302 tests/fixtures/cksum/alice_in_wonderland.txt
1+
1136995542 772 lorem_ipsum.txt
2+
2801993020 302 alice_in_wonderland.txt
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1136995542 772 tests/fixtures/cksum/lorem_ipsum.txt
1+
1136995542 772 lorem_ipsum.txt

0 commit comments

Comments
 (0)