Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support globbing in path/file for file/directory tests #83

Open
chorankates-sfdc opened this issue Sep 23, 2015 · 0 comments
Open

support globbing in path/file for file/directory tests #83

chorankates-sfdc opened this issue Sep 23, 2015 · 0 comments

Comments

@chorankates-sfdc
Copy link
Collaborator

vm.validate_file('/usr/share/zsh/*/scripts/newuser' => {
  :exists => false,
})

the intention would be to look in /usr/share/zsh/ for all directories, and then look in those directories for scripts/newuser

expectation would be if newuser existed in any of the found directories, this test would fail

h/t jor-el

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant