Skip to content

Commit 8e21733

Browse files
committed
FIX issue with set -u
1 parent b642371 commit 8e21733

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: bash_unit

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#
1717
# https://github.com/pgrange/bash_unit
1818

19-
VERSION=v1.6.0
19+
VERSION=v1.6.1
2020

2121
ESCAPE=$(printf "\033")
2222
NOCOLOR="${ESCAPE}[0m"

Diff for: docs/man/man1/bash_unit.1

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: bash_unit
33
.\" Author: [see the "AUTHORS" section]
44
.\" Generator: Asciidoctor 1.5.5
5-
.\" Date: 2017-09-01
5+
.\" Date: 2018-01-30
66
.\" Manual: \ \&
77
.\" Source: \ \&
88
.\" Language: English
99
.\"
10-
.TH "BASH_UNIT" "1" "2017-09-01" "\ \&" "\ \&"
10+
.TH "BASH_UNIT" "1" "2018-01-30" "\ \&" "\ \&"
1111
.ie \n(.g .ds Aq \(aq
1212
.el .ds Aq '
1313
.ss \n[.ss] 0
@@ -43,7 +43,7 @@ before continuing reading this documentation.
4343
.RS 4
4444
filters tests to run based on the given pattern.
4545
You can specify several patterns by repeating this option
46-
fo each pattern.
46+
for each pattern.
4747
.RE
4848
.sp
4949
\fB\-f\fP \fIoutput_format\fP
@@ -704,7 +704,7 @@ hello world
704704
.RE
705705
.\}
706706
.sp
707-
Be carefull however that your \fIps_ function is not exported to sub\-processes. It means that, depending on how your code under test works, \fPps_ may not be defined in the context where \fIps\fP will be called. For instance:
707+
Be carefull however that your _ps function is not exported to sub\-processes. It means that, depending on how your code under test works, _ps may not be defined in the context where ps will be called. For instance:
708708
.sp
709709
.if n \{\
710710
.RS 4

0 commit comments

Comments
 (0)