We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57f50a5 commit 152c769Copy full SHA for 152c769
tests/command_add.rs
@@ -1,5 +1,4 @@
1
use assert_cmd::Command;
2
-#[cfg(not(target_os = "freebsd"))]
3
use predicates::prelude::predicate;
4
5
#[test]
@@ -47,7 +46,6 @@ fn command_add() {
47
46
.success()
48
.stdout("1.6.4");
49
50
- #[cfg(not(target_os = "freebsd"))]
51
Command::cargo_bin("julia")
52
.unwrap()
53
.arg("+nightly")
tests/command_remove.rs
@@ -84,7 +84,6 @@ fn command_remove() {
84
85
.stdout("");
86
87
88
Command::cargo_bin("juliaup")
89
90
.arg("status")
0 commit comments