From 2409419ba2b861698c8c6203b30fead56c2625b6 Mon Sep 17 00:00:00 2001 From: Giacomo Tesio Date: Thu, 24 Aug 2017 00:14:02 +0200 Subject: [PATCH] qa: fix 199-files-CLEAR.runner --- qa/lib/newlib/199-files-CLEAR.runner | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qa/lib/newlib/199-files-CLEAR.runner b/qa/lib/newlib/199-files-CLEAR.runner index b0da545..05e647a 100755 --- a/qa/lib/newlib/199-files-CLEAR.runner +++ b/qa/lib/newlib/199-files-CLEAR.runner @@ -1,3 +1,6 @@ #!/cmd/rc rm -fr /tmp/qa-files + +echo PASS +exit PASS