more tests

This commit is contained in:
Edwin Eefting
2021-04-10 14:52:52 +02:00
parent d8fbc96be6
commit 594a2664c4
3 changed files with 56 additions and 2 deletions

View File

@ -42,7 +42,7 @@ class CmdPipe:
"""run the pipe"""
if not self._should_execute:
return False
return None
# first process should have actual user input as stdin:
selectors = []