darcs

Issue 704 Test for issue 458 is broken

Title Test for issue 458 is broken
Priority bug Status resolved
Milestone 2.0.x Resolved in
Superseder Nosy List darcs-devel, dmitry.kurochkin, jaredj, kowey, thorkilnaur, tommy, tux_rocker
Assigned To tux_rocker
Topics ProbablyEasy

Created on 2008-02-24.15:52:48 by tux_rocker, last changed 2010-06-15.21:20:17 by admin.

Messages
msg3652 (view) Author: tux_rocker Date: 2008-02-24.15:52:46
When I run the test suite on OS X 10.4 (Tiger), issue458.sh fails with:

$DARCS get --set-scripts-executable repo1 repo2
Finished getting.
stat -c %A repo2/x > mode
stat: illegal option -- c
usage: stat [-FlLnqrsx] [-f format] [-t timefmt] [file ...]

I can fix it by installing GNU coreutils from MacPorts and replacing the 'stat'
there by 'gstat', but I don't know a solution that works out of the box on all
platforms.
msg3653 (view) Author: tux_rocker Date: 2008-02-24.16:28:01
'ls -l $file | cut -f 1 -d\ ' seems to give you the mode with both BSD and GNU
ls, which covers BSDs, OS X, Linux and Solaris (hopefully).
msg3657 (view) Author: droundy Date: 2008-02-25.14:43:12
Can you send a patch making this change? Thanks!
msg3658 (view) Author: droundy Date: 2008-02-25.14:47:38
I see you've already sent a patch... that's what I get for checking the bug
tracker before my email!  Thanks!

David
History
Date User Action Args
2008-02-24 15:52:48tux_rockercreate
2008-02-24 16:27:00tux_rockersetassignedto: tux_rocker
nosy: droundy, tommy, beschmi, kowey, jaredj, tux_rocker
2008-02-24 16:28:02tux_rockersetstatus: unread -> unknown
nosy: droundy, tommy, beschmi, kowey, jaredj, tux_rocker
messages: + msg3653
2008-02-24 16:58:10markstossettopic: + Target-2.0
nosy: droundy, tommy, beschmi, kowey, jaredj, tux_rocker
2008-02-25 14:43:16droundysetnosy: droundy, tommy, beschmi, kowey, jaredj, tux_rocker
messages: + msg3657
2008-02-25 14:47:40droundysetstatus: unknown -> resolved
nosy: droundy, tommy, beschmi, kowey, jaredj, tux_rocker
messages: + msg3658
2009-08-06 17:54:53adminsetnosy: + markstos, jast, Serware, dmitry.kurochkin, darcs-devel, zooko, dagit, mornfall, simon, thorkilnaur, - droundy, jaredj, tux_rocker
2009-08-06 20:58:47adminsetnosy: - beschmi
2009-08-10 22:16:02adminsetnosy: + tux_rocker, jaredj, - markstos, darcs-devel, zooko, jast, dagit, Serware, mornfall
2009-08-25 18:06:09adminsetnosy: + darcs-devel, - simon
2009-08-27 13:56:01adminsetnosy: tommy, kowey, darcs-devel, thorkilnaur, jaredj, tux_rocker, dmitry.kurochkin
2010-06-15 21:20:16adminsetmilestone: 2.0.x
2010-06-15 21:20:17adminsettopic: - Target-2.0