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,7 +1,12 @@
use crate::common::util::*;
// * 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.
// spell-checker:ignore (ToDO) coreutil
use crate::common::util::*;
const VERSION_MIN_MULTIPLE_USERS: &str = "8.31"; // this feature was introduced in GNU's coreutils 8.31
#[test]