mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Minor changes.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": "0.1",
|
||||
"language": "en-CA",
|
||||
"language": "en",
|
||||
"words": [
|
||||
"ucase",
|
||||
"lcase",
|
||||
@@ -38,7 +38,7 @@
|
||||
"ctty",
|
||||
],
|
||||
"ignorePaths": [
|
||||
"test-fixtures/*.test",
|
||||
"test-fixtures/*.spec"
|
||||
"**/test-fixtures/*.test",
|
||||
"**/test-fixtures/*.spec"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -516,7 +516,13 @@ fn test_ascii_5_gibi_to_file() {
|
||||
let tmp_fn = format!("TESTFILE-{}.tmp", &tname);
|
||||
|
||||
let (fix, mut ucmd) = at_and_ucmd!();
|
||||
ucmd.args(&["status=none", "count=5G", "iflag=count_bytes", "if=/dev/zero", of!(tmp_fn)])
|
||||
ucmd.args(&[
|
||||
"status=none",
|
||||
"count=5G",
|
||||
"iflag=count_bytes",
|
||||
"if=/dev/zero",
|
||||
of!(tmp_fn)
|
||||
])
|
||||
.run()
|
||||
.no_stderr()
|
||||
.no_stdout()
|
||||
|
||||
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"version": "0.1",
|
||||
"language": "en",
|
||||
"ignorePaths": [
|
||||
"*.txt",
|
||||
"*.spec"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user