diff options
Diffstat (limited to 't/tap-msg0-planskip.sh')
-rwxr-xr-x | t/tap-msg0-planskip.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/tap-msg0-planskip.sh b/t/tap-msg0-planskip.sh index 7602affb1..24e569c1f 100755 --- a/t/tap-msg0-planskip.sh +++ b/t/tap-msg0-planskip.sh @@ -20,7 +20,7 @@ . ./defs || exit 1 -. "$am_testauxdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh" +. tap-setup.sh echo '1..0 # SKIP 0' > a.test echo '1..0 # SKIP 0.0' > b.test |