summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/cmdline06.stp
blob: 4c23757b3f42c02a54a988a06c351d496f0d4c0c (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() }'