1
0
mirror of https://github.com/Tarrasch/zsh-autoenv.git synced 2026-05-03 18:25:55 +03:00

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
+2 -2
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
-1
View File
@@ -1 +0,0 @@
setopt noclobber
+2
View File
@@ -0,0 +1,2 @@
# Set uncommon options that caused problems in the past.
setopt noclobber