Skip to content

Commit c8ba497

Browse files
committed
Merge branch 'master' of github.com:pgrange/bash_unit
2 parents 5a0b0b5 + 6bbaf3e commit c8ba497

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,9 @@ Write your test functions in a file. The name of a test function has to start wi
165165

166166
Use the *bash_unit* assertion functions in your test functions, see below.
167167

168-
You may write a *setup* function that will be exectuted before each test is run.
168+
You may write a *setup* function that will be executed before each test is run.
169169

170-
You may write a *teardown* function that will be exectuted after each test is run.
170+
You may write a *teardown* function that will be executed after each test is run.
171171

172172
You may write a *setup_suite* function that will be executed only once before all the tests of your test file.
173173

docs/man/man1/bash_unit.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
183183
Use the \fBbash_unit\fP assertion functions in your test functions, see below.
184184
.sp
185-
You may write a \fBsetup\fP function that will be exectuted before each test is run.
185+
You may write a \fBsetup\fP function that will be executed before each test is run.
186186
.sp
187-
You may write a \fBteardown\fP function that will be exectuted after each test is run.
187+
You may write a \fBteardown\fP function that will be executed after each test is run.
188188
.sp
189189
You may write a \fBsetup_suite\fP function that will be executed only once before all the tests of your test file.
190190
.sp

0 commit comments

Comments
 (0)