Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit f9541b6

Browse files
committed
Compare fetch test output with diff instead of cmp
...so we can see more clearly in the test logs what's different.
1 parent bd96e69 commit f9541b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/fetch_test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ sleep 2
1717
../ucd-data-fetch test
1818

1919
# Compare what we got/generated with what we expect
20-
cmp -b fetch_data/expected test-user-data
20+
diff -y fetch_data/expected test-user-data
2121

2222
# Cleanup the test data file
2323
rm test-user-data

0 commit comments

Comments
 (0)