cli/test: Ignore `rad_diff` on Windows

The command is deprecated already.
This commit is contained in:
Lorenz Leutgeb 2026-02-14 14:10:51 +01:00 committed by Fintan Halpenny
parent 5974fa32d0
commit dd122f10cf
1 changed files with 1 additions and 0 deletions

View File

@ -1738,6 +1738,7 @@ fn rad_fork() {
environment.tests(["rad-fetch", "rad-fork"], &bob).unwrap();
}
#[cfg(unix)]
#[test]
fn rad_diff() {
if std::env::consts::OS == "macos" {