Fix temp file remains after test (#17822)

This commit is contained in:
Liumeo 2020-10-23 01:19:30 -04:00 committed by GitHub
parent b1996da031
commit 18f47c8642
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ CMDS=<<EOF
echo Hello > .r2-append-to-file.test
echo World >> .r2-append-to-file.test
cat .r2-append-to-file.test
rm -f .r2-append-to-file.test
rm .r2-append-to-file.test
EOF
EXPECT=<<EOF
Hello