Skip to content

Commit 12d5e90

Browse files
committed
wall: update test output check
1 parent 53cb139 commit 12d5e90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/by-util/test_wall.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ mod tests {
1414
.arg("fooblywoobly") // assuming this group doesnt exist
1515
.fails()
1616
.code_is(1)
17-
.stderr_is("wall: invalid group argument\n");
17+
.stderr_is("wall: fooblywoobly: unknown group\n");
1818
}
1919

2020
#[test]
@@ -24,7 +24,7 @@ mod tests {
2424
.arg("99999") // assuming this group doesnt exist
2525
.fails()
2626
.code_is(1)
27-
.stderr_is("wall: 99999: unknown gid\n");
27+
.stderr_is("wall: 99999: unknown group\n");
2828
}
2929

3030
#[test]

0 commit comments

Comments
 (0)