diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-07-26 22:18:38 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-07-26 22:18:38 -0400 |
commit | 37c39c434872a2fc48da7e8d1d78ec2382090426 (patch) | |
tree | 191a66bb2d9c2d41fb369dac864519e4f52d95e6 /tests | |
parent | 6ef7064d32718cc3b93f1c240e5e88c48fa4cf66 (diff) |
ensuring that STRICT_MODES gets passed through to the monkeysphere subshell properly, and that we set it to a literal "false" in the tests. This should resolve the FTBFS associated with MS #659
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/basic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic b/tests/basic index dc5edb5..159f9dc 100755 --- a/tests/basic +++ b/tests/basic @@ -187,7 +187,7 @@ EOF # permission checks. # it should operate by analogy with StrictModes from sshd_config(5) - export MONKEYSPHERE_STRICT_MODES=no + export MONKEYSPHERE_STRICT_MODES=false fi |