aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2020-02-17 12:50:08 +0000
committerJake Hunsaker <jhunsake@redhat.com>2020-02-26 10:16:49 -0500
commit2053810dd9af47f48768eae880d0de8782eb46db (patch)
tree09275bd6b389927c0b7c8cc177b30a4a99a665d4
parent0fddf32c2dd4c23ee4152bf83b3dbcc947c36a4e (diff)
downloadsos-2053810dd9af47f48768eae880d0de8782eb46db.tar.gz
[tests] remove obsolete test_exe.py script
Related: #1949 Signed-off-by: Bryn M. Reeves <bmr@redhat.com> Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
-rwxr-xr-xtests/test_exe.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test_exe.py b/tests/test_exe.py
deleted file mode 100755
index 9607a04b..00000000
--- a/tests/test_exe.py
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/usr/bin/python
-print("executed")
-
-# vim: set et ts=4 sw=4 :