From 972e80f18850d0cd45f22d2a4c14320f3cd204c6 Mon Sep 17 00:00:00 2001 From: Anish Athalye Date: Fri, 6 Apr 2018 22:37:52 +0530 Subject: [PATCH] Fix tests on Travis CI The tests were failing due to the '~/bin' directory already existing on the machine. This patch changes the tests to use the directory name 'foo'. --- test/tests/link-glob-ambiguous.bash | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/test/tests/link-glob-ambiguous.bash b/test/tests/link-glob-ambiguous.bash index 97d42cd..7e23348 100644 --- a/test/tests/link-glob-ambiguous.bash +++ b/test/tests/link-glob-ambiguous.bash @@ -2,44 +2,44 @@ test_description='link glob ambiguous' . '../test-lib.bash' test_expect_success 'setup' ' -mkdir ${DOTFILES}/bin +mkdir ${DOTFILES}/foo ' test_expect_failure 'run 1' ' run_dotbot <