summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/cmdline06.stp
blob: 6bb310f8b4896a34b10b69f3873600b9ed297587 (plain)
1
2
3
4
5
#!/bin/sh

# Bad TMPDIR environment variable should cause exit

TMPDIR=/dev/null/BADTMPDIR stap -p1 -e 'probe begin { exit() }'