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 5# is empty. 6prereq: touch empty-exe && chmod u+x empty-exe 7prog: empty-exe 8vgopts: 9cleanup: rm -f empty-exe 10