From 4447397c100bff1ae0c5d2145f2dcb4dbf8b6a65 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 20 Oct 2013 22:53:22 +0100 Subject: [PATCH] Keep things more consistent --- test/lib/internals/parse-dotfile-options-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lib/internals/parse-dotfile-options-test.sh b/test/lib/internals/parse-dotfile-options-test.sh index 5db95b2..1bbf9f1 100755 --- a/test/lib/internals/parse-dotfile-options-test.sh +++ b/test/lib/internals/parse-dotfile-options-test.sh @@ -1,7 +1,7 @@ #! /usr/bin/env bash source "../../test-helper.sh" -source "../../../src/lib/internals/parse-dotfile-options.sh" source "../../../src/lib/helpers/trim.sh" +source "../../../src/lib/internals/parse-dotfile-options.sh" # # parse-dotfile-options() tests