diff options
Diffstat (limited to 'csharp/test/Glacier2/sessionHelper/run.py')
-rwxr-xr-x | csharp/test/Glacier2/sessionHelper/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/test/Glacier2/sessionHelper/run.py b/csharp/test/Glacier2/sessionHelper/run.py index 4bfc2a41224..1757891f88d 100755 --- a/csharp/test/Glacier2/sessionHelper/run.py +++ b/csharp/test/Glacier2/sessionHelper/run.py @@ -23,7 +23,7 @@ import TestUtil # # Generate the crypt passwords file # -TestUtil.cryptPasswords(os.path.join(os.getcwd(), "passwords"), {"userid": "abc123"}) +TestUtil.hashPasswords(os.path.join(os.getcwd(), "passwords"), {"userid": "abc123"}) router = os.path.join(TestUtil.getCppBinDir(), "glacier2router") |