Add cleanup for seqres.full for new test case template, as sometimes new testcase may forgot to cleanup seqres.full. Signed-off-by: Qu Wenruo <quwenruo@xxxxxxxxxxxxxx> --- new | 3 +++ 1 file changed, 3 insertions(+) diff --git a/new b/new index c734bdc..ab2af69 100755 --- a/new +++ b/new @@ -200,6 +200,9 @@ _cleanup() . ./common/rc . ./common/filter +# remove previous \$seqres.full before test +rm -f \$seqres.full + # real QA test starts here # Modify as appropriate. -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html