Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #782 - SirVer:00_fix_repetition_operation, r=fitzgen
Fix tests/test-one.sh. On Mac OS where egrep is != GNU grep, the script fails with ~~~ egrep: repetition-operator operand invalid ERROR: no files found with pattern "virtual_inheritance" ~~~~ The `$pattern` is supposed to be a substring in the test name to run. The leading and trailing stars are wrong, since egrep takes a regular expression, not a glob.
- Loading branch information