Fix testif()
This commit is contained in:
parent
f8353f68c1
commit
6c10e5d6ab
|
@ -23,7 +23,9 @@ quiet() {
|
|||
|
||||
testif() {
|
||||
local DUMMY
|
||||
set +e
|
||||
DUMMY=$($@ 2>&1 > /dev/null)
|
||||
set -e
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue