Fix various issues with tests

This commit is contained in:
2014-08-21 02:53:48 +01:00
parent 382a174355
commit ad59c37cfb
8 changed files with 14 additions and 13 deletions

View File

@@ -4,7 +4,7 @@ source "../../../src/lib/internals/register-action.sh"
source "../../../src/lib/internals/has-action.sh"
#
# dotify-register-action() tests
# dotify-has-action() tests
#
# When no actions are registered.
@@ -29,4 +29,4 @@ assert_raises 'dotify-has-action "copy"' 1
unset DOTIFY_ACTIONS
assert_end "dotify-register-action() tests"
assert_end "dotify-has-action() tests"