From 98d205d04062d68908101b418c188c8f6258e6ae Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 21 Mar 2018 23:39:06 +0100 Subject: Clean up tests from useless statements --- t/01-reading.t | 1 - t/02-getting.t | 1 - t/03-having.t | 1 - t/05-null-parser.t | 1 - t/06-deduce-parser.t | 1 - t/08-unsetting.t.t | 3 --- 6 files changed, 8 deletions(-) diff --git a/t/01-reading.t b/t/01-reading.t index d508b1b..3a4388e 100644 --- a/t/01-reading.t +++ b/t/01-reading.t @@ -2,7 +2,6 @@ use v6.c; use Test; -use lib "lib"; plan 6; diff --git a/t/02-getting.t b/t/02-getting.t index adff4ff..487b150 100644 --- a/t/02-getting.t +++ b/t/02-getting.t @@ -2,7 +2,6 @@ use v6.c; use Test; -use lib "lib"; plan 13; diff --git a/t/03-having.t b/t/03-having.t index 3708d8e..50348d0 100644 --- a/t/03-having.t +++ b/t/03-having.t @@ -2,7 +2,6 @@ use v6.c; use Test; -use lib "lib"; plan 4; diff --git a/t/05-null-parser.t b/t/05-null-parser.t index 7ba1826..93be062 100644 --- a/t/05-null-parser.t +++ b/t/05-null-parser.t @@ -2,7 +2,6 @@ use v6.c; use Test; -use lib "lib"; use Config; use Config::Parser::NULL; diff --git a/t/06-deduce-parser.t b/t/06-deduce-parser.t index 5c39729..d1c065a 100644 --- a/t/06-deduce-parser.t +++ b/t/06-deduce-parser.t @@ -2,7 +2,6 @@ use v6.c; use Test; -use lib "lib"; use Config; diff --git a/t/08-unsetting.t.t b/t/08-unsetting.t.t index 8837989..330ba5a 100644 --- a/t/08-unsetting.t.t +++ b/t/08-unsetting.t.t @@ -2,7 +2,6 @@ use v6.c; use Test; -use lib "lib"; plan 8; @@ -17,8 +16,6 @@ $config.read: %( ), ); -dd $config.get(); - ok $config:exists, "'a' exists"; ok $config:delete, "'a' gets deleted"; nok $config:exists, "'a' no longer exists"; -- cgit v1.1