Add regression test for eval scope (#4443)

This commit is contained in:
Mahmoud Al-Qudsi 2019-04-11 00:37:22 -05:00
parent 2fe2169065
commit da20d197b4
3 changed files with 4 additions and 0 deletions

0
tests/eval_scope.err Normal file
View file

3
tests/eval_scope.in Normal file
View file

@ -0,0 +1,3 @@
# Regression test for issue #4443
eval set -l previously_undefined foo
echo $previously_undefined

1
tests/eval_scope.out Normal file
View file

@ -0,0 +1 @@
foo