Skip to content

Commit

Permalink
disable spellcheck in test output (cmdline is already added at the top)
Browse files Browse the repository at this point in the history
  • Loading branch information
gim913 committed Jul 3, 2024
1 parent f0aa571 commit 802701a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/by-util/test_cat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ fn test_write_fast_fallthrough_uses_flush() {
new_ucmd!()
.args(&[PROC_INIT_CMDLINE, "alpha.txt"])
.succeeds()
.stdout_only("/sbin/init\0abcde\nfghij\nklmno\npqrst\nuvwxyz\n");
.stdout_only("/sbin/init\0abcde\nfghij\nklmno\npqrst\nuvwxyz\n"); // spell-checker:disable-line
}

#[test]
Expand Down

0 comments on commit 802701a

Please sign in to comment.