mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
Clean up /tmp/fish_chunked_read_test.txt after tests
This commit is contained in:
parent
5a5a6a6968
commit
812e977e62
1 changed files with 1 additions and 0 deletions
|
@ -126,5 +126,6 @@ read -l longstr2 < $path
|
||||||
test "$longstr" = "$longstr2"
|
test "$longstr" = "$longstr2"
|
||||||
and echo "Chunked reads test pass"
|
and echo "Chunked reads test pass"
|
||||||
or echo "Chunked reads test failure: long strings don't match!"
|
or echo "Chunked reads test failure: long strings don't match!"
|
||||||
|
rm $path
|
||||||
|
|
||||||
true
|
true
|
||||||
|
|
Loading…
Reference in a new issue