From 8d2c53e8563e5839bd3c88a2d3f355f886c16e71 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Fri, 15 Dec 2017 22:34:08 +0100 Subject: [PATCH] tests: mv ZDOTDIR.{clobber,options} --- .travis.yml | 4 ++-- tests/ZDOTDIR.clobber/.zshenv | 1 - tests/ZDOTDIR.options/.zshenv | 2 ++ 3 files changed, 4 insertions(+), 3 deletions(-) delete mode 100644 tests/ZDOTDIR.clobber/.zshenv create mode 100644 tests/ZDOTDIR.options/.zshenv 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 -- 2.44.0