diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-08-29 00:14:53 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-08-29 00:17:57 +0200 |
commit | d9948975a7bc93871b252aa9c5ac9f513e6f13d4 (patch) | |
tree | b68fced461fc0a198888bc4ba21d4b619c02d900 /t/02.1-unit-args.t | |
parent | 6e8187c0a64c138149868c867ea6e4ddafed5c87 (diff) | |
download | sbotools2-d9948975a7bc93871b252aa9c5ac9f513e6f13d4.tar.xz |
SBO::Lib::Readme: let get_readme_contents use slurp() too
Diffstat (limited to 't/02.1-unit-args.t')
-rwxr-xr-x | t/02.1-unit-args.t | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/t/02.1-unit-args.t b/t/02.1-unit-args.t index bb70939..8b74fd4 100755 --- a/t/02.1-unit-args.t +++ b/t/02.1-unit-args.t @@ -11,7 +11,7 @@ use lib "$RealBin/../SBO-Lib/lib"; use SBO::Lib; use Capture::Tiny qw/ capture_merged /; -plan tests => 60; +plan tests => 59; sub test_args { my $sub = shift; @@ -34,8 +34,8 @@ test_args $_ for qw/ get_filename_from_link verify_distfile get_distfile get_symlink_from_filename check_x32 rewrite_slackbuild revert_slackbuild check_distfiles create_symlinks get_src_dir get_tmp_extfn perform_sbo do_convertpkg do_slackbuild make_clean - make_distclean do_upgradepkg get_build_queue merge_queues get_readme_contents - get_user_group ask_user_group get_opts ask_opts user_prompt + make_distclean do_upgradepkg get_build_queue merge_queues get_user_group + ask_user_group get_opts ask_opts user_prompt /; test_args 'get_from_info', LOCATION => 1; |