diff options
author | Filipe David Borba Manana <fdmanana@apache.org> | 2011-04-23 22:20:44 +0000 |
---|---|---|
committer | Filipe David Borba Manana <fdmanana@apache.org> | 2011-04-23 22:20:44 +0000 |
commit | 50c01724da662759ae87b70b95e17f19f952daec (patch) | |
tree | 59ef567800194de3f40de8f87261f2ab8ead6d1d /test | |
parent | d47d7e98819363e31f81a7954fed8bccc5d7d03b (diff) |
Removed test 190-json-stream-parse.t from Makefile.am
This test doesn't exist in this branch and was accidently added
in revision 1096099.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.1.x@1096247 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rw-r--r-- | test/etap/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/etap/Makefile.am b/test/etap/Makefile.am index 005b99ee..756b8758 100644 --- a/test/etap/Makefile.am +++ b/test/etap/Makefile.am @@ -84,5 +84,4 @@ EXTRA_DIST = \ 172-os-daemon-errors.t \ 173-os-daemon-cfg-register.t \ 180-http-proxy.ini \ - 180-http-proxy.t \ - 190-json-stream-parse.t + 180-http-proxy.t |