1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

test_who: refactor use expected_result from common/util.rs

This commit is contained in:
Jan Scheer 2021-07-07 16:19:58 +02:00
parent 805e024794
commit 735ec4014e
No known key found for this signature in database
GPG key ID: C62AD4C29E2B9828
7 changed files with 98 additions and 87 deletions

View file

@ -1,3 +1,8 @@
// * This file is part of the uutils coreutils package.
// *
// * For the full copyright and license information, please view the LICENSE
// * file that was distributed with this source code.
extern crate regex;
use crate::common::util::*;