Skip to content

Commit f544f59

Browse files
committed
Merge branch 'existing' of https://github.com/teknoraver/util-linux
* 'existing' of https://github.com/teknoraver/util-linux: fix typo: exciting -> existing
2 parents a9a298c + 3185ca4 commit f544f59

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

tests/expected/fincore/count.16384

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[ NO EXCITING FILE ]
1+
[ NON EXISTING FILE ]
22
return value: 1
33
0 0 i_EMPTY_FILE
44
return value: 0

tests/expected/fincore/count.4096

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[ NO EXCITING FILE ]
1+
[ NON EXISTING FILE ]
22
return value: 1
33
0 0 i_EMPTY_FILE
44
return value: 0

tests/expected/fincore/count.65536

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[ NO EXCITING FILE ]
1+
[ NON EXISTING FILE ]
22
return value: 1
33
0 0 i_EMPTY_FILE
44
return value: 0

tests/expected/fincore/count.err

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[ NO EXCITING FILE ]
1+
[ NON EXISTING FILE ]
22
fincore: failed to open: no_such_file: No such file or directory
33
[ MULTIPLE FILES ]
44
fincore: failed to open: no_such_file: No such file or directory

tests/expected/fincore/count.nosize

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[ NO EXCITING FILE ]
1+
[ NON EXISTING FILE ]
22
return value: 1
33
0 i_EMPTY_FILE
44
return value: 0

tests/ts/fincore/count

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ check_dd_fs_feat
141141
INPUT=
142142
input=
143143

144-
ts_log_both "[ NO EXCITING FILE ]"
144+
ts_log_both "[ NON EXISTING FILE ]"
145145
{
146146
input=no_such_file
147147
INPUT="${INPUT} ${input}"

0 commit comments

Comments
 (0)