Fix `test -e` with wildcard arguments. (#1503)
The `test` command fails with multiple arguments when given a unary operator such as '-e'. Add a function that can test one or more files by looping over all files.
Showing
+46 -25
Please register or sign in to comment