Skip to content

Commit

Permalink
test: Revert "Make fixtures executable"
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jul 12, 2023
1 parent aae5c1e commit e43d4d7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion tests/fixtures/busy.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
"""
This script can be used to test signal handling.
"""
Expand Down
1 change: 0 additions & 1 deletion tests/fixtures/publisher.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
"""
This script can be used to test publishing (like the sample code in the documentation).
"""
Expand Down
1 change: 0 additions & 1 deletion tests/fixtures/raiser.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
"""
This script can be used to test error handling.
"""
Expand Down
1 change: 0 additions & 1 deletion tests/fixtures/sleeper.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
"""
This script can be used to test signal handling.
"""
Expand Down

0 comments on commit e43d4d7

Please sign in to comment.