diff options
Diffstat (limited to 't/tap-ambiguous-directive.sh')
-rwxr-xr-x | t/tap-ambiguous-directive.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/tap-ambiguous-directive.sh b/t/tap-ambiguous-directive.sh index 63544e3cb..9c8b03fc0 100755 --- a/t/tap-ambiguous-directive.sh +++ b/t/tap-ambiguous-directive.sh @@ -18,7 +18,7 @@ # - handling of "ambiguous" TODO and SKIP directives # See also related test 'tap-todo-skip-together.sh'. -. ./defs || exit 1 +. test-init.sh . tap-setup.sh |