summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Mielniczuk <marmistrz.dev@zoho.eu>2017-07-31 17:05:13 +0200
committerMarcin Mielniczuk <marmistrz.dev@zoho.eu>2017-07-31 17:05:13 +0200
commitc65b5baf251f59cea747a2eee66cdac4f2b177b4 (patch)
tree4869c8394edce8c74219e33c9777e0f025a10f4b
parent9e0d2413a2f4a1ae4c3abb2fd118a5c3b70427ae (diff)
downloadnix-c65b5baf251f59cea747a2eee66cdac4f2b177b4.zip
Add a line break.
-rw-r--r--test/sys/test_ptrace.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/sys/test_ptrace.rs b/test/sys/test_ptrace.rs
index 953ea5fa..02f9bf2d 100644
--- a/test/sys/test_ptrace.rs
+++ b/test/sys/test_ptrace.rs
@@ -55,6 +55,7 @@ fn test_ptrace_cont() {
use nix::sys::wait::{waitpid, WaitStatus};
use nix::unistd::fork;
use nix::unistd::ForkResult::*;
+
// FIXME: qemu-user doesn't implement ptrace on all arches and gives ENOSYS then.
// use it to filter out the affected platforms
let err = ptrace::attach(getpid()).unwrap_err();