Clean up /tmp/fish_chunked_read_test.txt after tests

This commit is contained in:
ridiculousfish 2017-01-21 12:47:05 -08:00
parent 5a5a6a6968
commit 812e977e62

View file

@ -126,5 +126,6 @@ read -l longstr2 < $path
test "$longstr" = "$longstr2"
and echo "Chunked reads test pass"
or echo "Chunked reads test failure: long strings don't match!"
rm $path
true