diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2018-08-04 23:57:06 +0300 |
---|---|---|
committer | Dominik Ritter <dritter03@googlemail.com> | 2018-08-04 23:57:06 +0300 |
commit | e7cbcc5187c99e236192c1e3801bef54fd682c21 (patch) | |
tree | 96a49b19c9822e2746718f5864e489b25781d202 /test/segments/context.spec | |
parent | 81fd69ae98337c20cb3e530d4efe13bec2fb3b20 (diff) |
Fix tests
Diffstat (limited to 'test/segments/context.spec')
-rwxr-xr-x | test/segments/context.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/segments/context.spec b/test/segments/context.spec index 0805474f..987c3899 100755 --- a/test/segments/context.spec +++ b/test/segments/context.spec @@ -16,6 +16,8 @@ function setUp() { function tearDown() { # Restore old variables [[ -n "$OLD_DEFAULT_USER" ]] && DEFAULT_USER=$OLD_DEFAULT_USER + + return 0 } function testContextSegmentDoesNotGetRenderedWithDefaultUser() { |