[CRIU] [PATCH] zdtm: cleanup fifo_loop.test-0*
Andrei Vagin
avagin at openvz.org
Fri Nov 4 22:56:32 PDT 2016
From: Andrei Vagin <avagin at virtuozzo.com>
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 <avagin at virtuozzo.com>
---
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*
--
2.7.4
More information about the CRIU
mailing list