Skip to content

Commit

Permalink
PY3: change shebang to python3 in source4/torture dir
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Guo <[email protected]>
Reviewed-by: Noel Power <[email protected]>
  • Loading branch information
catalyst-joe-guo authored and Noel Power committed Dec 14, 2018
1 parent a19d5bd commit 359d832
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion source4/torture/drs/python/cracknames.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Copyright (C) Catalyst .Net Ltd 2017
Expand Down
2 changes: 1 addition & 1 deletion source4/torture/drs/python/delete_object.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Unix SMB/CIFS implementation.
Expand Down
2 changes: 1 addition & 1 deletion source4/torture/drs/python/drs_base.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Unix SMB/CIFS implementation.
Expand Down
2 changes: 1 addition & 1 deletion source4/torture/drs/python/fsmo.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Unix SMB/CIFS implementation.
Expand Down
2 changes: 1 addition & 1 deletion source4/torture/drs/python/getnc_exop.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Tests various schema replication scenarios
Expand Down
2 changes: 1 addition & 1 deletion source4/torture/drs/python/getnc_unpriv.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Tests replication scenarios with different user privileges.
Expand Down
2 changes: 1 addition & 1 deletion source4/torture/drs/python/getncchanges.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Tests various schema replication scenarios
Expand Down
2 changes: 1 addition & 1 deletion source4/torture/drs/python/link_conflicts.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Tests replication scenarios that involve conflicting linked attribute
Expand Down
2 changes: 1 addition & 1 deletion source4/torture/drs/python/linked_attributes_drs.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Originally based on ./sam.py
import sys
Expand Down
2 changes: 1 addition & 1 deletion source4/torture/drs/python/repl_move.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Unix SMB/CIFS implementation.
Expand Down
2 changes: 1 addition & 1 deletion source4/torture/drs/python/repl_rodc.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Test replication scenarios involving an RODC
Expand Down
2 changes: 1 addition & 1 deletion source4/torture/drs/python/repl_schema.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Tests various schema replication scenarios
Expand Down
2 changes: 1 addition & 1 deletion source4/torture/drs/python/replica_sync.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Tests various schema replication scenarios
Expand Down
2 changes: 1 addition & 1 deletion source4/torture/drs/python/replica_sync_rodc.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Test conflict scenarios on the RODC
Expand Down
2 changes: 1 addition & 1 deletion source4/torture/drs/python/ridalloc_exop.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Tests various RID allocation scenarios
Expand Down
2 changes: 1 addition & 1 deletion source4/torture/libnet/python/samr-test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Unix SMB/CIFS implementation.
Expand Down

0 comments on commit 359d832

Please sign in to comment.