From c217492958e0019d6c118d463ed962b4a34be4f4 Mon Sep 17 00:00:00 2001 From: Jacques Dainat Date: Thu, 31 Aug 2023 17:22:02 +0200 Subject: [PATCH] remove date when doing test to avoid problem with date --- t/test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/test.sh b/t/test.sh index 637b472..d9f1e78 100755 --- a/t/test.sh +++ b/t/test.sh @@ -56,8 +56,8 @@ for NAME in augustus maker prokka prokka_disorder dbxref_test aa; do FAIL=$(( $FAIL + 1 )) fi - #[ -f "$RESULT_FILE" ] && rm $RESULT_FILE - #[ -f "$EXPECTED_FILE.copy" ] && rm $EXPECTED_FILE.copy + [ -f "$RESULT_FILE" ] && rm $RESULT_FILE + [ -f "$EXPECTED_FILE.copy" ] && rm $EXPECTED_FILE.copy done