mirror of
https://github.com/radareorg/radare2.git
synced 2025-04-01 17:11:51 +00:00
Fix temp file remains after test (#17822)
This commit is contained in:
parent
b1996da031
commit
18f47c8642
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user