Skip to content

Commit

Permalink
fix(tests): test file is removed after tests run
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Apr 5, 2020
1 parent 3572d06 commit 77b0753
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/tests.plugin.zsh
@@ -1,4 +1,5 @@
ZSH_ABBR_USER_PATH=$(mktemp ${0:A:h}/abbreviations.XXXXXX)
ZSH_ABBR_USER_PATH=${0:A:h}/abbreviations.$RANDOM
touch $ZSH_ABBR_USER_PATH
source ${0:A:h}/../zsh-abbr.zsh

test_abbr_abbreviation="zsh_abbr_test"
Expand Down

0 comments on commit 77b0753

Please sign in to comment.