aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-05-07sboconfig: open_read dies or returns $exit on failAndreas Guldstrand
so no need to also check if it returned true.
2016-05-0721-pkg-dir.t: Also test the command outputsAndreas Guldstrand
2016-05-0621-pkg-dir.t: Add some basic tests for PKG_DIR settingAndreas Guldstrand
2016-05-0519-unit.t: test user_prompt() with undef locationAndreas Guldstrand
2016-05-0412-readme.t: add tests for invalid optionsAndreas Guldstrand
2016-05-04SBO::Lib: fix bug where pressing enter after invalid option supplied didn't workAndreas Guldstrand
2016-05-0412-readme.t: test not supplying any option when askedAndreas Guldstrand
2016-05-0419-unit.t: add test for get_readme_contentsAndreas Guldstrand
2016-05-0419-unit.t: add test for get_src_dirAndreas Guldstrand
2016-05-0419-unit.t: add test for revert_slackbuildAndreas Guldstrand
2016-05-0419-unit.t: add test for get_filename_from_link()Andreas Guldstrand
2016-05-0418-snap.t: add test for update in an empty repoAndreas Guldstrand
2016-05-0418-snap.t: remove unused librariesAndreas Guldstrand
2016-05-0407-fail.t: add a differently malformed into testAndreas Guldstrand
2016-05-04sbofind: change queue order so it's not reversed. fix tests accordinglyAndreas Guldstrand
2016-05-0419-unit.t: add test for check_repo() when /usr/sbo/repo is emptyAndreas Guldstrand
2016-05-04SBO::Lib: whitespace fixesAndreas Guldstrand
2016-05-04SBO::Lib: get_sbo_version coerced false values to undef uselesslyAndreas Guldstrand
2016-05-0407-fail.t: quote $dir properlyAndreas Guldstrand
2016-05-0317-find.t: remove unneeded librariesAndreas Guldstrand
2016-05-0307-fail.t: test perl sbo as compat32Andreas Guldstrand
2016-05-0316-clean.t: test sboclean -w with $TMP setAndreas Guldstrand
2016-05-0304-install.t: Add tests for perl sbosAndreas Guldstrand
2016-05-03SBO::Lib:: rewrite get_installed_cpans()Andreas Guldstrand
2016-05-03sboremove: pass arguments to system() safelyAndreas Guldstrand
2016-05-0309-multilib.t: add tests for multilibsbo with commands in readmeAndreas Guldstrand
2016-05-0309-multilib.t: test answering no to installing the base for a compat32 buildAndreas Guldstrand
2016-05-0202-travis.t: Change the way we check sbofind resultsAndreas Guldstrand
2016-05-0202-travis.t: rewrite to use Test::SbotoolsAndreas Guldstrand
2016-05-0206-remove.t: add one more test for needed sbosAndreas Guldstrand
2016-05-02sboremove: check length of @dep_of instead of if $dep_of[0] existsAndreas Guldstrand
2016-05-02sboremove: change another loop to use in()Andreas Guldstrand
2016-05-02sboremove: don't check a ref if it's truthy, check the hash that's actually ↵Andreas Guldstrand
being used
2016-05-0206-remove.t: Add test for displaying readme if %README% reqAndreas Guldstrand
2016-05-0206-remove.t: add tests for still needed sbosAndreas Guldstrand
2016-05-0212-readme.t: test %README% in reqsAndreas Guldstrand
2016-05-0212-readme.t: skip commandinreadme tests if test user or group existsAndreas Guldstrand
2016-05-0212-readme.t: label number of tests in comments correctlyAndreas Guldstrand
2016-05-0207-fail.t: Add test for sbo without README, but README in requiresAndreas Guldstrand
2016-05-0206-remove.t: Add tests for saying no to removingAndreas Guldstrand
2016-05-02sboremove: rewrite confirm_remove() to use in()Andreas Guldstrand
2016-05-01sboremove: rewrite get_reverse_reqs() to make use of in()Andreas Guldstrand
2016-04-30sboremove: change check for exists $foo[0] to checking @fooAndreas Guldstrand
2016-04-2906-remove.t: test handling of not found and not installed sbosAndreas Guldstrand
2016-04-29sboremove: small whitespace fixAndreas Guldstrand
2016-04-29sbocheck: remove redundant checkAndreas Guldstrand
2016-04-2906-remove.t: rewrite to use Test::SbotoolsAndreas Guldstrand
2016-04-2816-clean.t: test sboclean -iAndreas Guldstrand
2016-04-2809-multilib.t: test cleaning up after a multilib compat32 buildAndreas Guldstrand
2016-04-28travis-deps/convertpkg: actually create a package-directoryAndreas Guldstrand