1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-18 00:59:12 +03:00

Import tests for subunit python module.

This commit is contained in:
Jelmer Vernooij
2008-10-08 01:58:42 +02:00
parent 8da78b7325
commit 3ecde315d3
6 changed files with 854 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#!/usr/bin/env python
import sys
print "test old mcdonald"
print "success old mcdonald"
print "test bing crosby"
print "success bing crosby"
sys.exit(0)