summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test_replwrap.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_replwrap.py b/tests/test_replwrap.py
index 1e5ff87..5e50ea2 100644
--- a/tests/test_replwrap.py
+++ b/tests/test_replwrap.py
@@ -45,6 +45,7 @@ class REPLWrapTestCase(unittest.TestCase):
"""env, which displays PS1=..., should not mess up finding the prompt.
"""
bash = replwrap.bash()
+ res = bash.run_command("export PS1")
res = bash.run_command("env")
self.assertIn('PS1', res)
res = bash.run_command("echo $HOME")