ftmemsim-valgrind/none/tests/scripts/bug231357.vgtest
Florian Krohm f7d604f2c7 New directory: none/tests/scripts
Move corresponding testcases there.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15065
2015-04-03 15:47:19 +00:00

6 lines
217 B
Plaintext

prereq: rm -rf /tmp/bruhaha && mkdir /tmp/bruhaha && echo '#!/bin/echo' > /tmp/bruhaha/test.sh && chmod +x /tmp/bruhaha/test.sh
env: PATH=/tmp/bruhaha:$PATH
prog-asis: test.sh
vgopts: -q
cleanup: rm -rf /tmp/bruhaha