xref: /llvm-project/lldb/test/Shell/ScriptInterpreter/Python/eof.test (revision 4dd3dfe8e3266459d855008af78d611071ff99e2)
1*4dd3dfe8SJonas DevlieghereRUN: echo 'foo' | %lldb -o script | FileCheck %s
2*4dd3dfe8SJonas Devlieghere
3*4dd3dfe8SJonas Devlieghere# Check that the python interpreter detects the OF and the prompt is printed
4*4dd3dfe8SJonas Devlieghere# exactly once.
5*4dd3dfe8SJonas DevlieghereCHECK: >>>
6*4dd3dfe8SJonas DevlieghereCHECK-NOT: >>>
7