1 2 3 4 5
#!/bin/sh # Bad TMPDIR environment variable should cause exit TMPDIR=/dev/null/BADTMPDIR stap -p1 -e 'probe begin { exit() }'