aboutsummaryrefslogtreecommitdiff
path: root/suites/builtin.py
diff options
context:
space:
mode:
Diffstat (limited to 'suites/builtin.py')
-rw-r--r--suites/builtin.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/suites/builtin.py b/suites/builtin.py
index aba70a1..bbe8083 100644
--- a/suites/builtin.py
+++ b/suites/builtin.py
@@ -23,6 +23,7 @@ def suite_echo(test):
@suite
def suite_export(test):
test("export")
+ test("export A=; env | grep A=")
test("export A=a; echo $A")
test("export A=a B=b C=c; echo $A$B$C")
test("export A=a B=b C=c D=d E=e F=f G=g H=h I=i J=j K=k L=l" +