mirror of
https://github.com/uutils/sed.git
synced 2026-06-10 16:14:15 -07:00
Fix warnings in test
This commit is contained in:
@@ -2,10 +2,6 @@
|
||||
//
|
||||
// For the full copyright and license information, please view the LICENSE
|
||||
// file that was distributed with this source code.
|
||||
// spell-checker:ignore (words) symdir somefakedir
|
||||
|
||||
use pretty_assertions::assert_eq;
|
||||
use regex::Regex;
|
||||
|
||||
use crate::common::util::TestScenario;
|
||||
|
||||
@@ -16,5 +12,5 @@ fn test_invalid_arg() {
|
||||
|
||||
#[test]
|
||||
fn test_sed() {
|
||||
let result = new_ucmd!().succeeds();
|
||||
new_ucmd!().succeeds();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user