diff options
| author | Andy Fiddaman <omnios@citrus-it.co.uk> | 2019-11-20 15:47:18 +0000 |
|---|---|---|
| committer | Andy Fiddaman <omnios@citrus-it.co.uk> | 2019-11-21 13:54:50 +0000 |
| commit | e7253420989203a0028f982d437bf50c3140eba6 (patch) | |
| tree | 5cd69ce370fbc2cb1b954213412a46606cd1fee5 | |
| parent | c85f09cc92abd00c84e58ec9f0f5d942906cb713 (diff) | |
| download | illumos-joyent-e7253420989203a0028f982d437bf50c3140eba6.tar.gz | |
12007 make_test always returns non-zero
Reviewed by: Robert Mustacchi <rm@fingolfin.org>
Reviewed by: John Levon <john.levon@joyent.com>
Approved by: Dan McDonald <danmcd@joyent.com>
| -rwxr-xr-x | usr/src/test/util-tests/tests/make/make_test.ksh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/test/util-tests/tests/make/make_test.ksh b/usr/src/test/util-tests/tests/make/make_test.ksh index 2eb4e732af..170dad4f6b 100755 --- a/usr/src/test/util-tests/tests/make/make_test.ksh +++ b/usr/src/test/util-tests/tests/make/make_test.ksh @@ -165,3 +165,5 @@ test_make_C_invalid [[ $fail -gt 0 ]] && exit -1 +exit 0 + |
