From d379b447999d7532966f91c92eb967b1ad1ecee1 Mon Sep 17 00:00:00 2001 From: David Anes Date: Tue, 13 Dec 2022 09:55:03 +0100 Subject: [PATCH] tests: fix typo in comment --- tests/functions.sh | 2 +- tests/ts/minix/fsck | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3