diff options
Diffstat (limited to '_testing/_get_files_arr.zsh')
| -rw-r--r-- | _testing/_get_files_arr.zsh | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/_testing/_get_files_arr.zsh b/_testing/_get_files_arr.zsh new file mode 100644 index 0000000..6c8670e --- /dev/null +++ b/_testing/_get_files_arr.zsh @@ -0,0 +1,6 @@ +if [[ $TRAVIS == true ]] { +    . ./_testing/travis/_get_files_arr.zsh +} \ +else { +    filelist=($@) +} | 
