summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-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(_) ->