summaryrefslogtreecommitdiff
path: root/apps/couch/test/etap/050-stream.t
diff options
context:
space:
mode:
authorBrad Anderson <brad@cloudant.com>2010-08-19 17:51:06 -0400
committerBrad Anderson <brad@cloudant.com>2010-08-19 17:51:06 -0400
commit1ac66234d0e1481b32701503be5f2da28c81fd8b (patch)
treeb8c9b1f71b0c7bf400a75de33e1aba9b927ec0dc /apps/couch/test/etap/050-stream.t
parent8920ea6ae399c651ccd51239d7fb7358d9d44f97 (diff)
Cloudant changes to etap tests
Diffstat (limited to 'apps/couch/test/etap/050-stream.t')
-rwxr-xr-xapps/couch/test/etap/050-stream.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/couch/test/etap/050-stream.t b/apps/couch/test/etap/050-stream.t
index 545dd524..03949690 100755
--- a/apps/couch/test/etap/050-stream.t
+++ b/apps/couch/test/etap/050-stream.t
@@ -30,7 +30,8 @@ read_all(Fd, PosList) ->
iolist_to_binary(Data).
test() ->
- {ok, Fd} = couch_file:open("test/etap/temp.050", [create,overwrite]),
+ {ok, Fd} = couch_file:open("apps/couch/test/etap/temp.050",
+ [create,overwrite]),
{ok, Stream} = couch_stream:open(Fd),
etap:is(ok, couch_stream:write(Stream, <<"food">>),