File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -158,9 +158,9 @@ Write your test functions in a file. The name of a test function has to start wi
158158
159159Use the *bash_unit* assertion functions in your test functions, see below.
160160
161- You may write a *setup* function that will be exectuted before each test is run.
161+ You may write a *setup* function that will be executed before each test is run.
162162
163- You may write a *teardown* function that will be exectuted after each test is run.
163+ You may write a *teardown* function that will be executed after each test is run.
164164
165165You may write a *setup_suite* function that will be executed only once before all the tests of your test file.
166166
Original file line number Diff line number Diff line change @@ -182,9 +182,9 @@ Write your test functions in a file. The name of a test function has to start wi
182182.sp
183183Use the \fB bash_unit \fP assertion functions in your test functions, see below.
184184.sp
185- You may write a \fB setup \fP function that will be exectuted before each test is run.
185+ You may write a \fB setup \fP function that will be executed before each test is run.
186186.sp
187- You may write a \fB teardown \fP function that will be exectuted after each test is run.
187+ You may write a \fB teardown \fP function that will be executed after each test is run.
188188.sp
189189You may write a \fB setup_suite \fP function that will be executed only once before all the tests of your test file.
190190.sp
You can’t perform that action at this time.
0 commit comments