mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Minor changes.
This commit is contained in:
parent
9aac61c672
commit
88363858d5
3 changed files with 18 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"version": "0.1",
|
"version": "0.1",
|
||||||
"language": "en-CA",
|
"language": "en",
|
||||||
"words": [
|
"words": [
|
||||||
"ucase",
|
"ucase",
|
||||||
"lcase",
|
"lcase",
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
"ctty",
|
"ctty",
|
||||||
],
|
],
|
||||||
"ignorePaths": [
|
"ignorePaths": [
|
||||||
"test-fixtures/*.test",
|
"**/test-fixtures/*.test",
|
||||||
"test-fixtures/*.spec"
|
"**/test-fixtures/*.spec"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -516,7 +516,13 @@ fn test_ascii_5_gibi_to_file() {
|
||||||
let tmp_fn = format!("TESTFILE-{}.tmp", &tname);
|
let tmp_fn = format!("TESTFILE-{}.tmp", &tname);
|
||||||
|
|
||||||
let (fix, mut ucmd) = at_and_ucmd!();
|
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()
|
.run()
|
||||||
.no_stderr()
|
.no_stderr()
|
||||||
.no_stdout()
|
.no_stdout()
|
||||||
|
|
8
tests/fixtures/dd/cspell.json
vendored
Normal file
8
tests/fixtures/dd/cspell.json
vendored
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"version": "0.1",
|
||||||
|
"language": "en",
|
||||||
|
"ignorePaths": [
|
||||||
|
"*.txt",
|
||||||
|
"*.spec"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue