Skip to content
This repository has been archived by the owner on Mar 22, 2020. It is now read-only.

Commit

Permalink
Test will only trigger on Linux now
Browse files Browse the repository at this point in the history
  • Loading branch information
ethankhall committed Sep 27, 2018
1 parent d753943 commit 9d04bbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion inc/tests/inc-checkout.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ mod checkout_integration {
use std::env::var;
use std::fs;
use std::io::prelude::*;
use std::os::unix::fs::OpenOptionsExt;

#[test]
fn checkout_github_repo() {
Expand Down Expand Up @@ -88,7 +87,9 @@ ARGS:
}

#[test]
#[cfg(unix)]
fn checkout_list_with_external() {
use std::os::unix::fs::OpenOptionsExt;
with_test_dir(|tmp_dir| {
let file_path = tmp_dir.clone().join("inc-checkout-service-foobar");
let file_path = file_path.to_str().unwrap();
Expand Down

0 comments on commit 9d04bbb

Please sign in to comment.