tests: mv ZDOTDIR.{clobber,options}

This commit is contained in:
Daniel Hahler 2017-12-15 22:34:08 +01:00 committed by Daniel Hahler
parent b92462ff2d
commit 8d2c53e856
3 changed files with 4 additions and 3 deletions

View File

@ -2,12 +2,12 @@ language: generic
sudo: false
env:
- ZSH=4
- ZSH=4 ZDOTDIR=tests/ZDOTDIR.clobber
- ZSH=4 ZDOTDIR=tests/ZDOTDIR.options
- ZSH=4 ZDOTDIR=tests/ZDOTDIR.invalid-module_path
- ZSH=4 ZDOTDIR=tests/ZDOTDIR.loadviafunction
- ZSH=5
- ZSH=5 ZDOTDIR=tests/ZDOTDIR.clobber
- ZSH=5 ZDOTDIR=tests/ZDOTDIR.options
- ZSH=5 ZDOTDIR=tests/ZDOTDIR.invalid-module_path
- ZSH=5 ZDOTDIR=tests/ZDOTDIR.loadviafunction

View File

@ -1 +0,0 @@
setopt noclobber

View File

@ -0,0 +1,2 @@
# Set uncommon options that caused problems in the past.
setopt noclobber