Skip to content

Commit

Permalink
fix create temporary directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Leila011 committed Aug 19, 2024
1 parent 76c2dd1 commit 73baa4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/agat/agat_sp_add_introns/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -e
test_dir="${meta_resources_dir}/test_data"

# create temporary directory and clean up on exit
TMPDIR=$(mktemp --tmpdir "$meta_temp_dir")
TMPDIR=$(mktemp -d --tmpdir "$meta_temp_dir")
function clean_up {
rm -rf "$TMPDIR"
}
Expand Down

0 comments on commit 73baa4f

Please sign in to comment.