Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion tests/test_exact_output.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ static UNREADABLE_DIR_PATH: &str = "/tmp/unreadable_dir";
*
* Despite the above problems, these tests are good as they are the closest to 'the real thing'.
*/

// Warning: File sizes differ on both platform and on the format of the disk.
/// Copy to /tmp dir - we assume that the formatting of the /tmp partition
/// is consistent. If the tests fail your /tmp filesystem probably differs
Expand Down
1 change: 0 additions & 1 deletion tests/test_flags.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ use std::str;
*
* These tests should be the same cross platform
*/

fn build_command<T: AsRef<OsStr>>(command_args: Vec<T>) -> String {
let mut cmd = cargo_bin_cmd!("dust");

Expand Down