diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-05-23 19:03:44 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-05-23 19:03:44 +0200 |
commit | c4c426cc40eb75d40789cd40d8e1b41c571ffdb0 (patch) | |
tree | 511cc0e0a62f36fa1cc6787f486d9bdb8ac4bd5c | |
parent | 4e169d71a6bffb28077389520feca7430d0d9556 (diff) | |
download | sbotools2-c4c426cc40eb75d40789cd40d8e1b41c571ffdb0.tar.xz |
01-unit.t: remove comment now that it has replaced 01-test.t
-rwxr-xr-x | t/01-unit.t | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/t/01-unit.t b/t/01-unit.t index 71697f5..36b77a9 100755 --- a/t/01-unit.t +++ b/t/01-unit.t @@ -1,7 +1,5 @@ #!/usr/bin/env perl -# This should probably replace 01-test.t once it's thorough enough - use strict; use warnings; use Test::More; |