From abc8fba67f460e0c6c2d0611f2da3ba4e8965566 Mon Sep 17 00:00:00 2001 From: Andrei Vagin Date: Sat, 5 Nov 2016 08:56:00 +0300 Subject: [PATCH] zdtm: cleanup fifo_loop.test-0* 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 travis-ci: success for zdtm: cleanup fifo_loop.test-0* Signed-off-by: Andrei Vagin Signed-off-by: Pavel Emelyanov --- 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 7ddb23843..8e82070f8 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*