diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-05-12 12:13:47 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-06-04 14:34:44 +0200 |
commit | 314e28ee1a357a9b256e3c6c528c8a8a18989880 (patch) | |
tree | f48be80926b9735b2c0ed004b78259a7c43fd0a9 /test/end-to-end/target-tests | |
parent | e805158c915cfc24874943a81598ceb3dfb09bb6 (diff) | |
download | justbuild-314e28ee1a357a9b256e3c6c528c8a8a18989880.tar.gz |
end-to-end glob: Fix typos in test output
Diffstat (limited to 'test/end-to-end/target-tests')
-rwxr-xr-x | test/end-to-end/target-tests/glob.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |