summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2014-05-01 18:03:30 +0200
committerLinus Nordberg <linus@nordu.net>2014-05-01 18:03:30 +0200
commitefe69ab4f92b094c1686ee0ded2043ba29c63f8b (patch)
tree26f5652f45f5c1e83a199fcad141732ec3e9769d
parent9cc815e7f7339b77b1ec36c55012a51df30bb1f8 (diff)
Follow move of test data.
-rw-r--r--test/plop_test.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/plop_test.erl b/test/plop_test.erl
index 8a308c0..79dbbd3 100644
--- a/test/plop_test.erl
+++ b/test/plop_test.erl
@@ -19,7 +19,7 @@ adding_verifying_test() ->
%%% Setup.
start() ->
- {ok, Pid} = plop:start_link("test/rsakey.pem", "sikrit"),
+ {ok, Pid} = plop:start_link("../test/rsakey.pem", "sikrit"),
Pid.
stop(_) ->