From 2c72a369e5aaab35c4c16beefe82ceb548180479 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 3 Oct 2013 23:55:15 +0100 Subject: [PATCH] Update parse-dotfile-options test --- test/lib/internals/parse-dotfile-options-test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/lib/internals/parse-dotfile-options-test.sh b/test/lib/internals/parse-dotfile-options-test.sh index 118247a..5db95b2 100755 --- a/test/lib/internals/parse-dotfile-options-test.sh +++ b/test/lib/internals/parse-dotfile-options-test.sh @@ -11,9 +11,9 @@ stub "parse-dotfile-root_link-option" stub "parse-dotfile-default_action-option" parse-dotfile-options -assert 'echo "$OPT_ROOT_LINK"' \ +assert 'echo "$DOTIFY_OPT_ROOT_LINK"' \ "parse-dotfile-root_link-option stub: " -assert 'echo "$OPT_DEFAULT_ACTION"' \ +assert 'echo "$DOTIFY_OPT_DEFAULT_ACTION"' \ "parse-dotfile-default_action-option stub: " restore "parse-dotfile-root_link-option"