Update test files to use test-helper

This commit is contained in:
2013-07-01 12:35:46 +02:00
parent 0e2b07d39f
commit d0f4f579c0
2 changed files with 2 additions and 4 deletions

View File

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

View File

@@ -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"