diff options
Diffstat (limited to 'cpp/test/Freeze/fileLock/run.py')
-rwxr-xr-x | cpp/test/Freeze/fileLock/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Freeze/fileLock/run.py b/cpp/test/Freeze/fileLock/run.py index 3e743ae91c7..73defbe6c19 100755 --- a/cpp/test/Freeze/fileLock/run.py +++ b/cpp/test/Freeze/fileLock/run.py @@ -46,4 +46,4 @@ clientExe.sendline('go') clientExe.expect('File lock released.') clientExe.waitTestSuccess() -print "ok"
\ No newline at end of file +print "ok" |