mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-12 06:11:37 +00:00
We have to explicitly test command -v host worked otherwise on systems that do not have 'host' installed will return error code 127 and stop testing. This is because vg_regtest uses '/bin/sh -c' to execute the prereq command. Found by Petar Jovanovic. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15781
5 lines
146 B
Plaintext
5 lines
146 B
Plaintext
prereq: test $(command -v host) && host www.yahoo.com > /dev/null && ! ../../tests/os_test darwin
|
|
prog: res_search
|
|
args: www.yahoo.com
|
|
vgopts: -q
|