Skip to content

Commit 7a8ec8d

Browse files
committed
explain increase for bash
1 parent b4dfe7c commit 7a8ec8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,7 @@ def test_env_filtering(factor):
10281028
target = 5
10291029
elif sh_name == "dash":
10301030
target = 4
1031-
else:
1031+
else: # bash adds "SHLVL" and "_" environment variables
10321032
target = 6
10331033
result = json.loads(stdout)['env_count']
10341034
details = ''

0 commit comments

Comments
 (0)