Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Drewery <bryan@shatow.net>2020-04-13 00:57:01 +0300
committerBryan Drewery <bryan@shatow.net>2020-04-13 09:10:45 +0300
commit171f5939b46104d2d6d1d85144ce3461c7a7e0b1 (patch)
treea0982c512b3965a5ffc5f28db069127dfb0e9adb
parenta6c2b62bbcc70ed0151ca6c381ca75936aeadc5a (diff)
tests: Correct some grammar
-rw-r--r--test/bulk-overlay-all.sh2
-rw-r--r--test/bulk-overlay-specific.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/bulk-overlay-all.sh b/test/bulk-overlay-all.sh
index 30a6c7ae..650cb7bd 100644
--- a/test/bulk-overlay-all.sh
+++ b/test/bulk-overlay-all.sh
@@ -15,7 +15,7 @@ assert 0 $? "Bulk should pass"
ret=0
hash_get originspec-pkgname "misc/foo" pkgname || ret=$?
assert 0 "${ret}" "Cannot find pkgname for misc/foo"
-assert "foo-OVERLAY-20161010" "${pkgname}" "misc/foo didn't found the overlay version"
+assert "foo-OVERLAY-20161010" "${pkgname}" "misc/foo didn't find the overlay version"
# Assert that IGNOREDPORTS was populated by the framework right.
assert "ports-mgmt/poudriere-devel-IGNORED ports-mgmt/poudriere-devel-IGNORED-and-skipped misc/foo@IGNORED_OVERLAY" \
diff --git a/test/bulk-overlay-specific.sh b/test/bulk-overlay-specific.sh
index 2d977fd7..7ceebfe6 100644
--- a/test/bulk-overlay-specific.sh
+++ b/test/bulk-overlay-specific.sh
@@ -18,7 +18,7 @@ assert_queued "listed" "${LISTPORTS}"
ret=0
hash_get originspec-pkgname "misc/foo" pkgname || ret=$?
assert 0 "${ret}" "Cannot find pkgname for misc/foo"
-assert "foo-OVERLAY-20161010" "${pkgname}" "misc/foo didn't found the overlay version"
+assert "foo-OVERLAY-20161010" "${pkgname}" "misc/foo didn't find the overlay version"
# Assert that all expected dependencies are in poudriere.ports.queued (since
# they do not exist yet)