From 8faba2317724b7e3ce5aae35c3bffb647f47038b Mon Sep 17 00:00:00 2001 From: Sitaram Chamarty Date: Sat, 21 Aug 2010 10:39:43 +0530 Subject: [PATCH] (minor) make time-style=long-iso explicit in t00 (side-effect of switching one machine from Mandriva to Fedora; nothing to do with gitolite per se...) --- t/t00-initial | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t00-initial b/t/t00-initial index c17ee86..bfc97b4 100644 --- a/t/t00-initial +++ b/t/t00-initial @@ -21,7 +21,7 @@ cd ~/td runlocal git clone u1:aa u1aa expect "Cloning into u1aa..." expect "warning: You appear to have cloned an empty repository" -runlocal ls -ald u1aa +runlocal ls -ald --time-style=long-iso u1aa expect "drwxr-xr-x 3 $USER $USER 4096 201.-..-.. ..:.. u1aa" # ----------