cli/test: Ignore `rad_diff` on Windows
The command is deprecated already.
This commit is contained in:
parent
5974fa32d0
commit
dd122f10cf
|
|
@ -1738,6 +1738,7 @@ fn rad_fork() {
|
||||||
environment.tests(["rad-fetch", "rad-fork"], &bob).unwrap();
|
environment.tests(["rad-fetch", "rad-fork"], &bob).unwrap();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[cfg(unix)]
|
||||||
#[test]
|
#[test]
|
||||||
fn rad_diff() {
|
fn rad_diff() {
|
||||||
if std::env::consts::OS == "macos" {
|
if std::env::consts::OS == "macos" {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue