Add test for issue #470

This commit is contained in:
Takayuki Matsuoka 2021-05-24 20:17:28 +09:00
parent a6b1ea78ae
commit 5d8a8133eb

View File

@ -223,6 +223,9 @@ test-xxhsum-c: xxhsum
# xxhsum to/from pipe
./xxhsum xxh* | ./xxhsum -c -
./xxhsum -H0 xxh* | ./xxhsum -c -
# xxhsum -c is unable to verify checksum of file from STDIN (#470)
./xxhsum < README.md > .test.README.md.xxh
./xxhsum -c .test.README.md.xxh < README.md
# xxhsum -q does not display "Loading" message into stderr (#251)
! ./xxhsum -q xxh* 2>&1 | grep Loading
# xxhsum does not display "Loading" message into stderr either