summaryrefslogtreecommitdiff
path: root/test/tests/shim.bash
diff options
context:
space:
mode:
Diffstat (limited to 'test/tests/shim.bash')
-rw-r--r--test/tests/shim.bash9
1 files changed, 1 insertions, 8 deletions
diff --git a/test/tests/shim.bash b/test/tests/shim.bash
index 2ed7d54..ddacae3 100644
--- a/test/tests/shim.bash
+++ b/test/tests/shim.bash
@@ -4,11 +4,7 @@ test_description='install shim works'
test_expect_success 'setup' '
cd ${DOTFILES}
git init
-if ${USE_VAGRANT}; then
- git submodule add /dotbot dotbot
-else
- git submodule add ${BASEDIR} dotbot
-fi
+git submodule add ${BASEDIR} dotbot
cp ./dotbot/tools/git-submodule/install .
echo "pear" > ${DOTFILES}/foo
'
@@ -18,9 +14,6 @@ cat > ${DOTFILES}/install.conf.yaml <<EOF
- link:
~/.foo: foo
EOF
-if ! ${USE_VAGRANT}; then
- sed -i "" "1 s/sh$/python/" ${DOTFILES}/dotbot/bin/dotbot
-fi
${DOTFILES}/install
'