From: David Anes Date: Mon, 12 Dec 2022 06:06:05 +0000 (+0100) Subject: tests: fix typo in comment X-Git-Tag: v2.39-rc1~378 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0ac5200cc702281539669d5348647b1927569dfb;p=thirdparty%2Futil-linux.git tests: fix typo in comment --- diff --git a/tests/functions.sh b/tests/functions.sh index 6975930e33..0d28c56d7b 100644 --- a/tests/functions.sh +++ b/tests/functions.sh @@ -853,7 +853,7 @@ function ts_fdisk_clean { # remove non comparable parts of fdisk output if [ -n "${DEVNAME}" ]; then - # escape "@" with "@@" in $img. This way sed correctly + # escape "@" with "@@" in $DEVNAME. This way sed correctly # replaces paths containing "@" characters sed -i -e "s@${DEVNAME//\@/\\\@}@@;" $TS_OUTPUT $TS_ERRLOG fi