Skip to content

Commit

Permalink
Squash to "selftests: mptcp: add mptcp_lib_check_transfer"
Browse files Browse the repository at this point in the history
Keep consistency with other functions in mptcp_lib.sh.

Signed-off-by: Geliang Tang <[email protected]>
  • Loading branch information
geliangtang authored and intel-lab-lkp committed Nov 24, 2023
1 parent 937c332 commit 159f864
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/testing/selftests/net/mptcp/mptcp_lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,7 @@ mptcp_lib_make_file() {
}

# $1: file
mptcp_lib_print_file_err()
{
mptcp_lib_print_file_err() {
ls -l "${1}" 1>&2
echo "Trailing bytes are: "
tail -c 27 "${1}"
Expand Down

0 comments on commit 159f864

Please sign in to comment.