summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/test-lz4-list.py2
-rw-r--r--tests/test-lz4-speed.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-lz4-list.py b/tests/test-lz4-list.py
index ce89757..b8d844a 100644
--- a/tests/test-lz4-list.py
+++ b/tests/test-lz4-list.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#!/usr/bin/env python3
import subprocess
import time
import glob
diff --git a/tests/test-lz4-speed.py b/tests/test-lz4-speed.py
index 4a17d93..658939c 100644
--- a/tests/test-lz4-speed.py
+++ b/tests/test-lz4-speed.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#!/usr/bin/env python3
#
# Copyright (c) 2016-2020, Przemyslaw Skibinski, Yann Collet, Facebook, Inc.