]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tests: avoid a false failure on Cygwin
authorCollin Funk <collin.funk1@gmail.com>
Sat, 26 Jul 2025 18:29:02 +0000 (11:29 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Sat, 26 Jul 2025 18:29:02 +0000 (11:29 -0700)
commit93304acc1063b760c3e3fe229bd972749d055533
tree75473f730db52448ba522a184e522cfe154cb352
parentba8e55ea95c6e13ec1ab05ef3c9060c55f5c7043
tests: avoid a false failure on Cygwin

* tests/cksum/md5sum-bsd.sh: Use 'echo' instead of ':' to redirect to
the file. Otherwise 'Exit $fail' is not called on Cygwin.
tests/cksum/md5sum-bsd.sh