blob: 431b142391a2fd272313e6dd75e305322feb7423 [file] [log] [blame]
#!/usr/bin/python
import sys
sys.stdout.write('good test\n')
sys.exit(0)