Skip to content
This repository has been archived by the owner on Aug 9, 2019. It is now read-only.

Replace testdb by pacman -Dk #223

Merged
merged 3 commits into from Feb 1, 2016
Merged

Conversation

larchunix
Copy link
Collaborator

Should fix #222.

@@ -30,7 +30,7 @@ analyse_status_list() {
fi
fi
# Test local database
if [[ ! "$NO_TESTDB" ]]; then testdb; fi
((NO_TESTDB)) || pacman -Dk
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think a variable containing pacman binary name should be used.

@larchunix
Copy link
Collaborator Author

Good point :)

@f2404
Copy link
Collaborator

f2404 commented Feb 1, 2016

GTM

larchunix added a commit that referenced this pull request Feb 1, 2016
Replace testdb by `pacman -Dk`
@larchunix larchunix merged commit fbdad37 into archlinuxfr:master Feb 1, 2016
@larchunix larchunix deleted the testdb branch February 1, 2016 11:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

testdb tool is no longer available
2 participants