diff options
Diffstat (limited to 'script')
| -rwxr-xr-x | script/spec-all-pairs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/script/spec-all-pairs b/script/spec-all-pairs index 31cb7a36b..e8fa77be9 100755 --- a/script/spec-all-pairs +++ b/script/spec-all-pairs @@ -40,7 +40,7 @@ pairs_from_stdin() {      do          case "$line" in          \*\ FAILED:\ *|\ -        spec/*.rb\ spec/$.rb) +        spec/*.rb\ spec/*.rb)            line=${line#\* FAILED: }            if ! test_pair $line            then | 
