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 #1170 from aurutils/aur-repo-warn-config
[aurutils.git]
/
tests
/
issue
/
0187
blob
6158b279c90b4e77c0232205ffdc51fecc9993f5
1
#!/bin/bash
2
out
=
$
(
aur search .invalid
)
3
err
=
$?
4
5
# expected: empty output, exit 1
6
[[ !
$out
]] && ((
err
==
1
))
7
8
# vim: set et sw=4 sts=4 ft=sh:\n