diff options
author | Matt Goins <mjgoins@openflows.com> | 2009-02-21 17:46:57 -0500 |
---|---|---|
committer | Matt Goins <mjgoins@openflows.com> | 2009-02-21 17:46:57 -0500 |
commit | d0a0622eb3aa83aab551afcc44b587a49952e676 (patch) | |
tree | ce2599eda0692c95e5a7cfc8a581d8c71591c936 /tests | |
parent | 4e0502a242b89c73535b00cc1b199dfea38ce4d4 (diff) | |
parent | 46fe34d78ca1acb59c996064e4b85f922cf9e9e6 (diff) |
Merge commit 'dkg/master'
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/basic | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/basic b/tests/basic index 9c5b280..9308e21 100755 --- a/tests/basic +++ b/tests/basic @@ -51,6 +51,8 @@ gpgadmin() { # test ssh connection # first argument is expected return code from ssh connection ssh_test() { + local RETURN=0 + umask 0077 CODE=${1:-0} |