summaryrefslogtreecommitdiffstats
path: root/_testing/_get_files_arr.zsh
blob: 6c8670e2141b2cc1e6e7df27684915e6ad73ebb9 (plain)
1
2
3
4
5
6
if [[ $TRAVIS == true ]] {
    . ./_testing/travis/_get_files_arr.zsh
} \
else {
    filelist=($@)
}