diff options
author | Xavier L'Heureux <xavier.lheureux@icloud.com> | 2019-07-16 15:02:54 -0400 |
---|---|---|
committer | Xavier L'Heureux <dev.xlheureux@gmail.com> | 2020-05-17 21:05:45 -0400 |
commit | e94c139a47055d3492d6ccccfce4acbcba9d7391 (patch) | |
tree | 7419cc1c1461cda63e4e2a735fd75e4a48677f81 /Cargo.toml | |
parent | 0259f9d51718b90118bbd1d792c88781d0aa98f7 (diff) | |
download | nix-e94c139a47055d3492d6ccccfce4acbcba9d7391.zip |
Remove more unsupported functions and make it possible to run tests
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,6 +57,6 @@ name = "test-mount" path = "test/test_mount.rs" harness = false -[[test]] +[[target.'cfg(not(target_os = "redox"))'.test]] name = "test-ptymaster-drop" path = "test/test_ptymaster_drop.rs" |