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