mirror of
https://github.com/samba-team/samba.git
synced 2025-07-16 20:59:12 +03:00
12 lines
247 B
Python
Executable File
12 lines
247 B
Python
Executable File
#!/usr/bin/env python
|
|
import sys
|
|
print "test old mcdonald"
|
|
print "success old mcdonald"
|
|
print "test bing crosby"
|
|
print "failure bing crosby ["
|
|
print "foo.c:53:ERROR invalid state"
|
|
print "]"
|
|
print "test an error"
|
|
print "error an error"
|
|
sys.exit(0)
|