Skip to content

Commit

Permalink
clear test file
Browse files Browse the repository at this point in the history
  • Loading branch information
deadc0de6 committed Nov 8, 2024
1 parent b53f939 commit 1b34adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests-ng/re-import.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ tmpd=$(mktemp -d --suffix='-dotdrop-tests' || mktemp -d)

clear_on_exit "${tmps}"
clear_on_exit "${tmpd}"
clear_on_exit "${HOME}/.dotdrop-test"
clear_on_exit "${HOME}/.dotdrop.test"

# create the dotfile
echo "original" > "${tmpd}"/testfile
Expand Down

0 comments on commit 1b34adc

Please sign in to comment.