Skip to content

Commit

Permalink
tests(abbreviation files): better gitignoring
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Mar 19, 2023
1 parent 43b72f5 commit 4252e49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,3 +1,3 @@
tests/abbreviations*
tests/*.tmp
*.zwc
*.tar.gz
2 changes: 1 addition & 1 deletion tests/index.ztr.zsh
Expand Up @@ -18,7 +18,7 @@ main() {

# Configure
ABBR_QUIET=1
ABBR_USER_ABBREVIATIONS_FILE=$test_dir/abbreviations.$RANDOM
ABBR_USER_ABBREVIATIONS_FILE=$test_dir/abbreviations.$RANDOM.tmp

# Set up data
touch $ABBR_USER_ABBREVIATIONS_FILE
Expand Down

0 comments on commit 4252e49

Please sign in to comment.