From: Matteo Croce Date: Fri, 23 May 2025 03:42:53 +0000 (+0200) Subject: fix typo: exciting -> existing X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3185ca414a46fc718fa363f7e9a8d45a650aa243;p=thirdparty%2Futil-linux.git fix typo: exciting -> existing --- diff --git a/tests/expected/fincore/count.16384 b/tests/expected/fincore/count.16384 index cf4dbf7b5..9363b9d30 100644 --- a/tests/expected/fincore/count.16384 +++ b/tests/expected/fincore/count.16384 @@ -1,4 +1,4 @@ -[ NO EXCITING FILE ] +[ NON EXISTING FILE ] return value: 1 0 0 i_EMPTY_FILE return value: 0 diff --git a/tests/expected/fincore/count.4096 b/tests/expected/fincore/count.4096 index 51f807868..92d3c886f 100644 --- a/tests/expected/fincore/count.4096 +++ b/tests/expected/fincore/count.4096 @@ -1,4 +1,4 @@ -[ NO EXCITING FILE ] +[ NON EXISTING FILE ] return value: 1 0 0 i_EMPTY_FILE return value: 0 diff --git a/tests/expected/fincore/count.65536 b/tests/expected/fincore/count.65536 index d66c78bd7..c15b39589 100644 --- a/tests/expected/fincore/count.65536 +++ b/tests/expected/fincore/count.65536 @@ -1,4 +1,4 @@ -[ NO EXCITING FILE ] +[ NON EXISTING FILE ] return value: 1 0 0 i_EMPTY_FILE return value: 0 diff --git a/tests/expected/fincore/count.err b/tests/expected/fincore/count.err index fb9f80627..cf54f69ce 100644 --- a/tests/expected/fincore/count.err +++ b/tests/expected/fincore/count.err @@ -1,4 +1,4 @@ -[ NO EXCITING FILE ] +[ NON EXISTING FILE ] fincore: failed to open: no_such_file: No such file or directory [ MULTIPLE FILES ] fincore: failed to open: no_such_file: No such file or directory diff --git a/tests/expected/fincore/count.nosize b/tests/expected/fincore/count.nosize index 0429fc309..d756ec11c 100644 --- a/tests/expected/fincore/count.nosize +++ b/tests/expected/fincore/count.nosize @@ -1,4 +1,4 @@ -[ NO EXCITING FILE ] +[ NON EXISTING FILE ] return value: 1 0 i_EMPTY_FILE return value: 0 diff --git a/tests/ts/fincore/count b/tests/ts/fincore/count index 240ccdd11..e873e2f50 100755 --- a/tests/ts/fincore/count +++ b/tests/ts/fincore/count @@ -141,7 +141,7 @@ check_dd_fs_feat INPUT= input= -ts_log_both "[ NO EXCITING FILE ]" +ts_log_both "[ NON EXISTING FILE ]" { input=no_such_file INPUT="${INPUT} ${input}"