aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Houston <robin.houston@gmail.com>2012-02-01 00:29:20 +0000
committerRobin Houston <robin.houston@gmail.com>2012-02-01 00:29:20 +0000
commit16f4b2da24d744dc7ed14199a220bf44b11fbcc9 (patch)
treeb5ac37fa0121d60814134fd6747bcee3d16bebb9
parentc2b7fee0941a3826e77e12f4c4098809ad813aee (diff)
typo
-rwxr-xr-xscript/spec-all-pairs2
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