mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
cat: Unrevert splice patch (#2020)
* cat: Unrevert splice patch * cat: Add fifo test * cat: Add tests for error cases * cat: Add tests for character devices * wc: Make sure we handle short splice writes * cat: Fix tests for 1.40.0 compiler * cat: Run rustfmt on test_cat.rs * Run 'cargo +1.40.0 update'
This commit is contained in:
parent
bf1944271c
commit
eb4971e6f4
9 changed files with 496 additions and 183 deletions
0
tests/fixtures/cat/empty.txt
vendored
Normal file
0
tests/fixtures/cat/empty.txt
vendored
Normal file
5
tests/fixtures/cat/three_directories_and_file_and_stdin.stderr.expected
vendored
Normal file
5
tests/fixtures/cat/three_directories_and_file_and_stdin.stderr.expected
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
cat: test_directory3/test_directory4: Is a directory
|
||||
cat: filewhichdoesnotexist.txt: No such file or directory (os error 2)
|
||||
cat: test_directory3/test_directory5: Is a directory
|
||||
cat: test_directory3/../test_directory3/test_directory5: Is a directory
|
||||
cat: test_directory3: Is a directory
|
Loading…
Add table
Add a link
Reference in a new issue