The output directory for tests that compare against stdout is now gone!
diff --git a/Misc/NEWS b/Misc/NEWS
index 78aa5f9..f1746b2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -78,6 +78,8 @@
 Tests
 -----
 
+- Output comparison tests are no longer supported.
+
 - Rewrite test_errno to use unittest and no longer be a no-op.
 
 - GHOP 234: Convert test_extcall to doctest.