From 0ac5200cc702281539669d5348647b1927569dfb Mon Sep 17 00:00:00 2001 From: David Anes Date: Mon, 12 Dec 2022 07:06:05 +0100 Subject: [PATCH] tests: fix typo in comment --- tests/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2