Index: tests/pybin/settings.py
===================================================================
--- tests/pybin/settings.py	(revision 767a8efb6cd2f46125b4b2bf0c84393ab2eddcfd)
+++ tests/pybin/settings.py	(revision 38a238d162bf403648b0e6d8c6b01d52cf0aed75)
@@ -102,13 +102,13 @@
 			self.target = ast
 			self.string = "New AST"
-			self.flags  = """AST_FLAGS=-XCFA,--new-ast"""
+			self.flags  = """"""
 		elif ast == "old":
 			self.target = ast
 			self.string = "Old AST"
-			self.flags  = """AST_FLAGS=-XCFA,--old-ast"""
+			self.flags  = """"""
 		elif ast == None:
 			self.target = "new" if config.NEWAST else "old"
 			self.string = "Default AST (%s)" % self.target
-			self.flags  = """AST_FLAGS="""
+			self.flags  = """"""
 		else:
 			print("""ERROR: Invalid ast configuration, must be "old", "new" or left unspecified, was %s""" % (value), file=sys.stderr)
