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
source "../test-helper.sh"
source "../../src/lib/arguments.sh"
source "../../test-helper.sh"
source "../../../src/lib/helpers/arguments.sh"
#

View File

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