t1301-shared-repo.sh: fix 'stat' portability issue
authorArjen Laarhoven <arjen@yaph.org>
Thu, 16 Aug 2007 22:02:17 +0000 (00:02 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 16 Aug 2007 22:32:46 +0000 (15:32 -0700)
The t1301-shared-repo.sh testscript uses /usr/bin/stat to get the file
mode, which isn't portable. Implement the test in shell using 'ls' as
shown by Junio.

Signed-off-by: Arjen Laarhoven <arjen@yaph.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found