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

tail: switch from Notify 5.0.0-pre.13 to 5.0.0-pre.14

This commit is contained in:
Jan Scheer 2022-04-05 22:19:25 +02:00
parent 18a06c310e
commit a9fa94824d
No known key found for this signature in database
GPG key ID: C62AD4C29E2B9828
4 changed files with 47 additions and 41 deletions

View file

@ -27,6 +27,7 @@ static FOOBAR_2_TXT: &str = "foobar2.txt";
static FOOBAR_WITH_NULL_TXT: &str = "foobar_with_null.txt";
static FOLLOW_NAME_TXT: &str = "follow_name.txt";
static FOLLOW_NAME_SHORT_EXP: &str = "follow_name_short.expected";
#[cfg(target_os = "linux")]
static FOLLOW_NAME_EXP: &str = "follow_name.expected";
#[test]