diff --git a/tests/read.in b/tests/read.in index 78be3047a..98b08f947 100644 --- a/tests/read.in +++ b/tests/read.in @@ -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