mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2024-11-22 07:20:59 +02:00
tests: mv ZDOTDIR.{clobber,options}
This commit is contained in:
parent
b92462ff2d
commit
8d2c53e856
@ -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 +0,0 @@
|
||||
setopt noclobber
|
2
tests/ZDOTDIR.options/.zshenv
Normal file
2
tests/ZDOTDIR.options/.zshenv
Normal file
@ -0,0 +1,2 @@
|
||||
# Set uncommon options that caused problems in the past.
|
||||
setopt noclobber
|
Loading…
Reference in New Issue
Block a user