Fix AttachDeniedTestCase on android
authorTamas Berghammer <tberghammer@google.com>
Mon, 9 Mar 2015 13:11:42 +0000 (13:11 +0000)
committerTamas Berghammer <tberghammer@google.com>
Mon, 9 Mar 2015 13:11:42 +0000 (13:11 +0000)
commit05b098d250bc23c27b4a2f8289e3f3e2c8e26b8f
tree1157e66934983b59d4739aa5d5d88399a4d8e54f
parent1b677dbd44edd045359fc62abb64eb703d88fee4
Fix AttachDeniedTestCase on android

Failure caused by a missing mkfifo command in the android OS. This fix
replace mkfifo with "mknode p" command on android.

llvm-svn: 231651
lldb/test/functionalities/process_attach/attach_denied/TestAttachDenied.py