From d0f4f579c0a0e96eb6d518e96810c068aefaf920 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 1 Jul 2013 12:35:46 +0200 Subject: [PATCH] Update test files to use test-helper --- test/lib/arguments-test.sh | 3 +-- test/lib/trim-test.sh | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/test/lib/arguments-test.sh b/test/lib/arguments-test.sh index a812193..c42a216 100755 --- a/test/lib/arguments-test.sh +++ b/test/lib/arguments-test.sh @@ -1,6 +1,5 @@ #! /usr/bin/env bash -source "../assert.sh" - +source "../test-helper.sh" source "../../src/lib/arguments.sh" diff --git a/test/lib/trim-test.sh b/test/lib/trim-test.sh index 1c03c57..5a53aea 100755 --- a/test/lib/trim-test.sh +++ b/test/lib/trim-test.sh @@ -1,6 +1,5 @@ #! /usr/bin/env bash -source "../assert.sh" - +source "../test-helper.sh" source "../../src/lib/trim.sh" assert 'trim " foo bar "' "foo bar"