From 7876ce4aaea27c5e045e265bbaa60596e7bd4cca Mon Sep 17 00:00:00 2001 From: Josh Poimboeuf Date: Mon, 6 Oct 2014 14:42:34 -0500 Subject: [PATCH] test: make sure TMP.patch is cleaned up --- test/integration/kpatch-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/kpatch-test b/test/integration/kpatch-test index c0a03cd..f6baec3 100755 --- a/test/integration/kpatch-test +++ b/test/integration/kpatch-test @@ -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}