summaryrefslogtreecommitdiffstats
path: root/src/testdir/shared.vim
diff options
context:
space:
mode:
Diffstat (limited to 'src/testdir/shared.vim')
-rw-r--r--src/testdir/shared.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/shared.vim b/src/testdir/shared.vim
index 72cf8368cf..09d942f9a6 100644
--- a/src/testdir/shared.vim
+++ b/src/testdir/shared.vim
@@ -101,7 +101,7 @@ func RunServer(cmd, testfunc, args)
" Wait for some time for the port number to be there.
let port = GetPort()
if port == 0
- call assert_report(strftime("%T") .. " Can't start " .. a:cmd)
+ call assert_report(strftime("%H:%M:%S") .. " Can't start " .. a:cmd)
return
endif