summaryrefslogtreecommitdiff
path: root/pexpect/tests/qa.py
blob: b2ade36635aaf7022f74b62ee4e7be00c9dcc3e9 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env python
import commands
import signal

signal.signal(signal.SIGCHLD, signal.SIG_IGN)
print commands.getoutput('/bin/ls -l')