(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...)
This commit is contained in:
Sitaram Chamarty 2010-08-21 10:39:43 +05:30
parent 3a8f32ac9b
commit 8faba23177

View file

@ -21,7 +21,7 @@ cd ~/td
runlocal git clone u1:aa u1aa runlocal git clone u1:aa u1aa
expect "Cloning into u1aa..." expect "Cloning into u1aa..."
expect "warning: You appear to have cloned an empty repository" 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" expect "drwxr-xr-x 3 $USER $USER 4096 201.-..-.. ..:.. u1aa"
# ---------- # ----------