From: David Anes Date: Tue, 13 Dec 2022 08:55:03 +0000 (+0100) Subject: tests: fix typo in comment X-Git-Tag: v2.39-rc1~371^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d379b447999d7532966f91c92eb967b1ad1ecee1;p=thirdparty%2Futil-linux.git tests: fix typo in comment --- diff --git a/tests/functions.sh b/tests/functions.sh index 0d28c56d7b..ce0b74e6c5 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 $DEVNAME. 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 diff --git a/tests/ts/minix/fsck b/tests/ts/minix/fsck index f246a87a76..9d4aa0d0b8 100755 --- a/tests/ts/minix/fsck +++ b/tests/ts/minix/fsck @@ -50,7 +50,7 @@ done rm -f $img -# escape "@" with "@@" in $img. This way sed correctly +# escape "@" with "\@" in $img. This way sed correctly # replaces paths containing "@" characters sed -i "s@${img//\@/\\\@}@image@g" $TS_OUTPUT