Fix load paths in test files

This commit is contained in:
2013-10-03 23:54:53 +01:00
parent e682ade7a8
commit 7dc86a3843
6 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
#! /usr/bin/env bash #! /usr/bin/env bash
source "../test-helper.sh" source "../../test-helper.sh"
source "../../src/lib/arguments.sh" source "../../../src/lib/helpers/arguments.sh"
# #

View File

@@ -1,6 +1,6 @@
#! /usr/bin/env bash #! /usr/bin/env bash
source "../test-helper.sh" source "../../test-helper.sh"
source "../../src/lib/trim.sh" source "../../../src/lib/helpers/trim.sh"
# #
# trim() tests # trim() tests

View File

@@ -1,6 +1,6 @@
#! /usr/bin/env bash #! /usr/bin/env bash
source "../../test-helper.sh" source "../../test-helper.sh"
source "../../../src/lib/internals.sh" source "../../../src/lib/internals/create-symlink.sh"
# #
# create-symlink() tests # create-symlink() tests

View File

@@ -1,6 +1,6 @@
#! /usr/bin/env bash #! /usr/bin/env bash
source "../../test-helper.sh" source "../../test-helper.sh"
source "../../../src/lib/internals.sh" source "../../../src/lib/internals/locate-dotfile.sh"
# #
# locate-dotfile() tests # locate-dotfile() tests

View File

@@ -1,6 +1,6 @@
#! /usr/bin/env bash #! /usr/bin/env bash
source "../../test-helper.sh" source "../../test-helper.sh"
source "../../../src/lib/internals.sh" source "../../../src/lib/internals/locate-target.sh"
# #
# locate-target() tests # locate-target() tests

View File

@@ -1,7 +1,7 @@
#! /usr/bin/env bash #! /usr/bin/env bash
source "../test-helper.sh" source "../../test-helper.sh"
source "../../src/lib/parse-dotfile-options.sh" source "../../../src/lib/internals/parse-dotfile-options.sh"
source "../../src/lib/trim.sh" source "../../../src/lib/helpers/trim.sh"
# #
# parse-dotfile-options() tests # parse-dotfile-options() tests