repo.or.cz
/
aurutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #981 from AladW/build-results-append
[aurutils.git]
/
tests
/
issue
/
403
blob
3efe8ee82a1010652a9946ba7d1de125a9a02b64
1
#!/bin/bash
2
out
=
$
(
aur search aurutils
)
3
err
=
$?
4
5
# expected: valid results, exit 0
6
[[
$out
]] && ((
err
==
0
))
7
8
# vim: set et sw=4 sts=4 ft=sh:\n