mirror of
https://github.com/jimeh/dotify.git
synced 2026-02-19 01:56:39 +00:00
Fix load paths in test files
This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user