mirror of
https://github.com/dynup/kpatch
synced 2024-12-25 23:02:02 +00:00
test: make sure TMP.patch is cleaned up
This commit is contained in:
parent
b50264e675
commit
7876ce4aae
@ -205,7 +205,7 @@ build_combined_module() {
|
||||
return
|
||||
fi
|
||||
|
||||
rm -f COMBINED.patch
|
||||
rm -f COMBINED.patch TMP.patch
|
||||
first=1
|
||||
for file in *.patch; do
|
||||
prefix=${file%%.patch}
|
||||
|
Loading…
Reference in New Issue
Block a user