aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-05-17man1/sbofind.1: Document that sbofind now searches TAGS.txt file if the repo ↵Andreas Guldstrand
provides it
2016-05-1608-env.t: rewrite to use Test::SbotoolsAndreas Guldstrand
2016-05-15SBO::Lib: document another race conditionAndreas Guldstrand
2016-05-14SBO::Lib: document another race condition in git fetch/reset comboAndreas Guldstrand
2016-05-13SBO::Lib: Add race condition check to read_configAndreas Guldstrand
2016-05-1225-race.t: Add test for race in open_fhAndreas Guldstrand
2016-05-11SBO::Lib: add _race::cond subroutineAndreas Guldstrand
for identifying, documenting, and testing race conditions
2016-05-1014-jobs.t: remove unused libAndreas Guldstrand
2016-05-0923-slackware-version.t: Add tests for different /etc/slackware-version filesAndreas Guldstrand
2016-05-0822-config.t: Test sboconfig with invalid settingsAndreas Guldstrand
2016-05-0819-unit.t: test another bit of revert_slackbuildAndreas Guldstrand
2016-05-0807-fail.t: Check a differently malformed infoAndreas Guldstrand
2016-05-0821-pkg-dir.t: add tests for making pkg dirAndreas Guldstrand
2016-05-07Test::Execute: return undef explicitlyAndreas Guldstrand
2016-05-07sboconfig: need to accept FALSE for SBO_HOME tooAndreas Guldstrand
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