From: Daniel Hahler Date: Fri, 15 Dec 2017 21:34:08 +0000 (+0100) Subject: tests: mv ZDOTDIR.{clobber,options} X-Git-Url: http://www.git.stargrave.org/?p=zsh-autoenv.git;a=commitdiff_plain;h=8d2c53e8563e5839bd3c88a2d3f355f886c16e71 tests: mv ZDOTDIR.{clobber,options} --- diff --git a/.travis.yml b/.travis.yml index faf7d6b..33d1492 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/tests/ZDOTDIR.clobber/.zshenv b/tests/ZDOTDIR.clobber/.zshenv deleted file mode 100644 index 5518101..0000000 --- a/tests/ZDOTDIR.clobber/.zshenv +++ /dev/null @@ -1 +0,0 @@ -setopt noclobber diff --git a/tests/ZDOTDIR.options/.zshenv b/tests/ZDOTDIR.options/.zshenv new file mode 100644 index 0000000..61c751b --- /dev/null +++ b/tests/ZDOTDIR.options/.zshenv @@ -0,0 +1,2 @@ +# Set uncommon options that caused problems in the past. +setopt noclobber