Skip to content

Commit 152c769

Browse files
committed
Run all tests on FreeBSD
1 parent 57f50a5 commit 152c769

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

tests/command_add.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
use assert_cmd::Command;
2-
#[cfg(not(target_os = "freebsd"))]
32
use predicates::prelude::predicate;
43

54
#[test]
@@ -47,7 +46,6 @@ fn command_add() {
4746
.success()
4847
.stdout("1.6.4");
4948

50-
#[cfg(not(target_os = "freebsd"))]
5149
Command::cargo_bin("julia")
5250
.unwrap()
5351
.arg("+nightly")

tests/command_remove.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ fn command_remove() {
8484
.success()
8585
.stdout("");
8686

87-
#[cfg(not(target_os = "freebsd"))]
8887
Command::cargo_bin("juliaup")
8988
.unwrap()
9089
.arg("status")

0 commit comments

Comments
 (0)