From 314e28ee1a357a9b256e3c6c528c8a8a18989880 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Mon, 12 May 2025 12:13:47 +0200 Subject: end-to-end glob: Fix typos in test output --- test/end-to-end/target-tests/glob.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/end-to-end/target-tests/glob.sh b/test/end-to-end/target-tests/glob.sh index 131d533e..7bf011c7 100755 --- a/test/end-to-end/target-tests/glob.sh +++ b/test/end-to-end/target-tests/glob.sh @@ -127,7 +127,7 @@ cat > TARGETS <<'EOI' EOI do_test() { - echo === Enumeration refres to targets === + echo === Enumeration refers to targets === ${TOOL} install -L '["env", "PATH='"${PATH}"'"]' -C ${CONF} --local-build-root ${BUILDROOT} -o ${OUTDIR}/enum enumeration 2>&1 @@ -139,7 +139,7 @@ do_test() { [ "$(cat ${OUTDIR}/enum/keys.txt)" = "a.txt b-new.txt c.txt" ] [ "$(cat ${OUTDIR}/enum/content.txt)" = "AfromtargetC" ] - echo === Glob always refres to files and directories are ignored === + echo === Glob always refers to files and directories are ignored === ${TOOL} install -L '["env", "PATH='"${PATH}"'"]' -C ${CONF} --local-build-root ${BUILDROOT} -o ${OUTDIR}/glob glob 2>&1 -- cgit v1.2.3