Skip to content

Commit

Permalink
Merge pull request #104 from bg-furiosa/proc
Browse files Browse the repository at this point in the history
disable proc test on non-linux platform
  • Loading branch information
libc-furiosa authored Apr 12, 2024
2 parents 8a5edf1 + 5787022 commit 2be72d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions device-api/src/proc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ mod tests {
use super::*;

#[test]
#[cfg(target_os = "linux")]
fn read_cmdline_test() {
let my_pid = std::process::id();
let res = read_cmdline(my_pid);
Expand Down

0 comments on commit 2be72d3

Please sign in to comment.