Skip to content

Commit

Permalink
Correctly test for no-ec.
Browse files Browse the repository at this point in the history
  • Loading branch information
benlaurie committed Aug 21, 2013
1 parent a0aaa56 commit d560569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cms-test.pl
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
{
$no_ec = 1;
}
elsif ($? == 1)
elsif ($? == 256)
{
$no_ec = 0;
}
Expand Down

0 comments on commit d560569

Please sign in to comment.