|
|
@@ -13,11 +13,11 @@
|
|
|
# You should have received a copy of the GNU General Public License
|
|
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
|
-use Test::More tests => 16;
|
|
|
-
|
|
|
use strict;
|
|
|
use warnings;
|
|
|
|
|
|
+use Test::More tests => 16;
|
|
|
+
|
|
|
use_ok('Dpkg::Path', 'canonpath', 'resolve_symlink',
|
|
|
'check_files_are_the_same', 'get_pkg_root_dir',
|
|
|
'guess_pkg_root_dir', 'relative_to_pkg_root');
|