diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-02-01 00:29:20 +0000 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-02-01 00:29:20 +0000 |
commit | 16f4b2da24d744dc7ed14199a220bf44b11fbcc9 (patch) | |
tree | b5ac37fa0121d60814134fd6747bcee3d16bebb9 | |
parent | c2b7fee0941a3826e77e12f4c4098809ad813aee (diff) |
typo
-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 |