Fixed absolute path in test suite
Change-Id: I2bc4fd451f0e4277d3e39b14f38784dc79fa26d7
diff --git a/t/match_info.t b/t/match_info.t
index bd9afe9..dd0c7f6 100644
--- a/t/match_info.t
+++ b/t/match_info.t
@@ -51,7 +51,7 @@
$t->get_ok('/corpus/fail/x/x/p0-0')
->status_is(200)
->json_is('/notifications/0/0', 'error')
- ->json_is('/notifications/0/1', 'Unable to load query response from /home/ndiewald/Repositories/korap-git/Kalamar/t/fixtures/response_matchinfo_fail_x_x_p0-0.json')
+ ->json_like('/notifications/0/1', qr!Unable to load query response from .+?response_matchinfo_fail_x_x_p0-0\.json!)
;
# TODO: