From cfedb47538752f12f6acb2bf42e5f62c60ed0706 Mon Sep 17 00:00:00 2001 From: anurse Date: Mon, 19 Jan 2015 18:49:05 -0800 Subject: [PATCH] git is crazy... --- .../Use-ing an alias puts the matching KRE on the PATH.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/sh/tests/use/Use-ing an alias puts the matching KRE on the PATH.sh b/test/sh/tests/use/Use-ing an alias puts the matching KRE on the PATH.sh index d7ec462..2eedde3 100755 --- a/test/sh/tests/use/Use-ing an alias puts the matching KRE on the PATH.sh +++ b/test/sh/tests/use/Use-ing an alias puts the matching KRE on the PATH.sh @@ -10,6 +10,6 @@ kvm use default # Check paths EXPECTED_ROOT="$KRE_USER_HOME/packages/KRE-Mono.$KRE_TEST_VERSION/bin" -[ $(path_of k) == "$EXPECTED_ROOT/k" ] || die "'k' was not available at the expected path!" -[ $(path_of klr) == "$EXPECTED_ROOT/klr" ] || die "'klr' was not available at the expected path!" -[ $(path_of kpm) == "$EXPECTED_ROOT/kpm" ] || die "'kpm' was not available at the expected path!" \ No newline at end of file +[ $(path_of k) == "$EXPECTED_ROOT/k" ] || die "'k' was not available at the specified path!" +[ $(path_of klr) == "$EXPECTED_ROOT/klr" ] || die "'klr' was not available at the specified path!" +[ $(path_of kpm) == "$EXPECTED_ROOT/kpm" ] || die "'kpm' was not available at the specified path!"