diff options
| author | Taylor Blau <me@ttaylorr.com> | 2024-10-25 14:02:08 -0400 |
|---|---|---|
| committer | Taylor Blau <me@ttaylorr.com> | 2024-10-25 14:02:08 -0400 |
| commit | f25bb60393dc75c19ac7114d866d756070cea0d1 (patch) | |
| tree | 321dc68f9f4068074ff14c13a05742bb42ebb170 /t/t0000-basic.sh | |
| parent | 4d334e5205f547be7913901d0cf529477e993f26 (diff) | |
| parent | f1eea0b620b07a51d5455558c807713ef0ba7609 (diff) | |
| download | git-f25bb60393dc75c19ac7114d866d756070cea0d1.tar.xz | |
Merge branch 'ak/typofix'
More typofixes.
* ak/typofix:
t: fix typos
Diffstat (limited to 't/t0000-basic.sh')
| -rwxr-xr-x | t/t0000-basic.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/t0000-basic.sh b/t/t0000-basic.sh index 98b81e4d63..35c5c2b4f9 100755 --- a/t/t0000-basic.sh +++ b/t/t0000-basic.sh @@ -684,7 +684,7 @@ test_expect_success 'subtest: tests respect lazy prerequisites' ' write_and_run_sub_test_lib_test lazy-prereqs <<-\EOF && test_lazy_prereq LAZY_TRUE true - test_expect_success LAZY_TRUE "lazy prereq is satisifed" "true" + test_expect_success LAZY_TRUE "lazy prereq is satisfied" "true" test_expect_success !LAZY_TRUE "negative lazy prereq" "false" test_lazy_prereq LAZY_FALSE false @@ -695,7 +695,7 @@ test_expect_success 'subtest: tests respect lazy prerequisites' ' EOF check_sub_test_lib_test lazy-prereqs <<-\EOF - ok 1 - lazy prereq is satisifed + ok 1 - lazy prereq is satisfied ok 2 # skip negative lazy prereq (missing !LAZY_TRUE) ok 3 # skip lazy prereq not satisfied (missing LAZY_FALSE) ok 4 - negative false prereq |
