Sign in
llvm
/
llvm-project
/
75838b818bdbc14fc41f901b4e60821647009cf3
/
.
/
llvm
/
utils
/
lit
/
tests
/
Inputs
/
shtest-external-shell-kill
/
test.txt
blob: dbdf2d689425c5f29301435ea0ece4c6a0b7d79b [
file
] [
log
] [
blame
]
# RUN: echo start
# RUN: sleep 300 & PID=$!
# RUN: sleep 2
# RUN: kill $PID
# RUN: echo end