aboutsummaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rwxr-xr-xmain.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.py b/main.py
index 85111c0..9207759 100755
--- a/main.py
+++ b/main.py
@@ -13,6 +13,7 @@ def main():
suites.suite_quote()
suites.suite_echo()
suites.suite_redirection()
+ suites.suite_edgecases()
except KeyboardInterrupt:
shutil.rmtree(config.SANDBOX_PATH)