Skip to content

Commit

Permalink
remove date when doing test to avoid problem with date
Browse files Browse the repository at this point in the history
  • Loading branch information
Juke34 committed Aug 31, 2023
1 parent 200c9a6 commit c217492
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c217492

Please sign in to comment.