From patchwork Sat Nov 5 05:56:32 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: zdtm: cleanup fifo_loop.test-0* From: Andrei Vagin X-Patchwork-Id: 2439 Message-Id: <1478325392-10935-1-git-send-email-avagin@openvz.org> To: xemul@virtuozzo.com Cc: criu@openvz.org, Andrei Vagin Date: Sat, 5 Nov 2016 08:56:32 +0300 From: Andrei Vagin 06:46:44.191: 24: ERR: fifo_loop.c:52: can't make fifo "fifo_loop.test-00" (errno = 17 (File exists)) Reported-by: Mr Jenkins Signed-off-by: Andrei Vagin --- test/zdtm/transition/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/zdtm/transition/Makefile b/test/zdtm/transition/Makefile index 7ddb238..8e82070 100644 --- a/test/zdtm/transition/Makefile +++ b/test/zdtm/transition/Makefile @@ -102,7 +102,7 @@ cleandep: clean $(RM) -f $(DEP) %.cleanout: % - $(Q) $(RM) -f -r $<.pid* $<.out* $<.test chew_$<.test* + $(Q) $(RM) -f -r $<.pid* $<.out* $<.test* chew_$<.test* cleanout: $(RM) -f *.pid *.out* *.test chew*