コード例 #1
0
ファイル: test.py プロジェクト: zhuyue1314/shellcode-1
def test():
    sc = shellcode.exit()
    testing.verify_no_nulls(sc)
    testing.run_expecting_exit_code(sc, 0)
コード例 #2
0
ファイル: test.py プロジェクト: wjlandryiii/shellcode
def test():
	sc = shellcode.exit()
	testing.run_expecting_exit_code(sc, 0)