1 # Bug 162020: running an empty executable used to crash Valgrind. Note that
2 # the (old) crash message gets filtered out, so it's the presence of the
3 # blank two lines in the .stderr.exp file that are important -- they
4 # indicate it ran to completion. If the crash occurs, the .stderr.out file
6 prereq: touch empty-exe && chmod u+x empty-exe
9 cleanup: rm -f empty-exe