diff options
author | Paul Joseph Davis <davisp@apache.org> | 2009-09-27 16:55:52 +0000 |
---|---|---|
committer | Paul Joseph Davis <davisp@apache.org> | 2009-09-27 16:55:52 +0000 |
commit | e9cd8546633938aefde269c18de51125c578678d (patch) | |
tree | cd4f11d648a8e3b17c6b2d666cbebd08d97cb8d1 /test/etap | |
parent | eadbdb42d0e7f28276c6fb26d5f76e899e8ad104 (diff) |
Forgot to update the plan count.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@819343 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/etap')
-rwxr-xr-x | test/etap/040-util.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/etap/040-util.t b/test/etap/040-util.t index f2033060..7446046e 100755 --- a/test/etap/040-util.t +++ b/test/etap/040-util.t @@ -17,7 +17,7 @@ main(_) -> code:add_pathz("src/couchdb"), application:start(crypto), - etap:plan(10), + etap:plan(11), case (catch test()) of ok -> etap:end_tests(); |