Merge pull request #1128 from aurutils/depends-pm
[aurutils.git] / tests / issue / 1112
blobaf3dd4878fa26421e1f690eb0de1d1be638cfd2e
1 #!/bin/bash
2 # check combination of AUR and non-AUR package on the command-line
3 aur depends lib32-blas python || exit
5 # check no odd number of tokens
6 aur depends lib32-blas python | tsort || exit