From 60de2eefec47df2a9fbbaaaa1fecb3a2df76631a Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 6 Sep 2016 10:06:28 +0200 Subject: [PATCH] Fix store id specification --- imag-link/tests/link-test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/imag-link/tests/link-test.sh b/imag-link/tests/link-test.sh index de7ff1e6..c11864a5 100644 --- a/imag-link/tests/link-test.sh +++ b/imag-link/tests/link-test.sh @@ -50,13 +50,13 @@ test_linking_links() { imag-link internal add --from "test" --to "test2" - if [[ "$(entry_linked_to '/test')" == "$(cat_entry 'test2')" ]]; + if [[ "$(entry_linked_to 'test')" == "$(cat_entry 'test2')" ]]; then err "Linking to 'test' didn't succeed for 'test2'" err $(cat_entry 'test2') fi - if [[ "$(entry_linked_to '/test2')" == "$(cat_entry 'test')" ]]; + if [[ "$(entry_linked_to 'test2')" == "$(cat_entry 'test')" ]]; then err "Linking to 'test2' didn't succeed for 'test'" err $(cat_entry 'test')