diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2020-02-17 12:50:08 +0000 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2020-02-26 10:16:49 -0500 |
commit | 2053810dd9af47f48768eae880d0de8782eb46db (patch) | |
tree | 09275bd6b389927c0b7c8cc177b30a4a99a665d4 /tests/test_exe.py | |
parent | 0fddf32c2dd4c23ee4152bf83b3dbcc947c36a4e (diff) | |
download | sos-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>
Diffstat (limited to 'tests/test_exe.py')
-rwxr-xr-x | tests/test_exe.py | 4 |
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 : |