btrfs-progs: add clean-test.sh to testsuite-files
If generate testsuite tarball by 'make testsuite', there is no
clean-test.sh in it. But some tests need cleanup if a testcase
failed.
Signed-off-by: An Long <lan@xxxxxxxx>
---
tests/testsuite-files | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/testsuite-files b/tests/testsuite-files
index d75e2356..09df6298 100644
--- a/tests/testsuite-files
+++ b/tests/testsuite-files
@@ -20,3 +20,4 @@ G tests/mkfs-tests/
F mkfs-tests.sh
F scan-results.sh
F test-console.sh
+F clean-tests.sh