aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-08-30 00:24:31 +0200
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-08-30 00:24:31 +0200
commit7296b173cb1c7c53172b67c79832bb6b0fe6a67b (patch)
treeed77d203172fb8118afe1a91695068791c2ceb61
parent324c18421c89ff8df428b9b96a4fa97a8a4f80e8 (diff)
downloadsbotools-7296b173cb1c7c53172b67c79832bb6b0fe6a67b.tar.xz
02.1-unit-args.t: remove test that isn't needed anymore
-rwxr-xr-xt/02.1-unit-args.t8
1 files changed, 4 insertions, 4 deletions
diff --git a/t/02.1-unit-args.t b/t/02.1-unit-args.t
index 8b74fd4..6f03162 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 => 59;
+plan tests => 58;
sub test_args {
my $sub = shift;
@@ -33,9 +33,9 @@ test_args $_ for qw/
get_sbo_from_loc get_from_info get_sbo_version get_download_info get_sbo_downloads
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_user_group
- ask_user_group get_opts ask_opts user_prompt
+ get_tmp_extfn perform_sbo do_convertpkg do_slackbuild make_clean 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;