summaryrefslogtreecommitdiffstats
path: root/tests/units/client.py
diff options
context:
space:
mode:
authorOpenGnSys Support Team <soporte-og@soleta.eu>2020-06-26 11:04:32 +0200
committerOpenGnSys Support Team <soporte-og@soleta.eu>2020-06-26 11:04:32 +0200
commit0ada33c695b8ad5add42d6f39cdfd90ee99b6cf1 (patch)
tree36253c15be8c3887ca8643295993c5b4fe439783 /tests/units/client.py
parent87c2a6ae4b1ec7a05ac7f03cc47ca1fdf17b5a74 (diff)
rename main.py to ogclient
Diffstat (limited to 'tests/units/client.py')
-rw-r--r--tests/units/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/units/client.py b/tests/units/client.py
index 21cf21f..0b678dc 100644
--- a/tests/units/client.py
+++ b/tests/units/client.py
@@ -13,7 +13,7 @@ class Client():
def __init__(self):
self.null = open(os.devnull, 'wb')
- self.proc = subprocess.Popen(['python3', 'main.py'],
+ self.proc = subprocess.Popen(['python3', 'ogclient'],
cwd='../',
stdout=self.null,
stderr=self.null)