From 95712125c9113d17bb27be46b2bd8a2bf980d41c Mon Sep 17 00:00:00 2001 From: Mahmoud Al-Qudsi Date: Sat, 31 Mar 2018 22:21:22 -0500 Subject: [PATCH] Handle `set -e` result ENV_NOT_FOUND in tests --- tests/test4.out | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test4.out b/tests/test4.out index 3054a0162..752551259 100644 --- a/tests/test4.out +++ b/tests/test4.out @@ -36,7 +36,8 @@ Test 22 pass 4 0 5 0 6 0 -7 1 +# exit code 4 is ENV_NOT_FOUND, as foo has already been unset +7 4 8 0 9 121 10 0 A