Hi, On Wed, 18 Jan 2006, Junio C Hamano wrote: > @@ -48,7 +48,7 @@ EOF > > test_expect_success \ > 'diff removed symlink' \ > - 'rm frotz && > + 'mv frotz nitfol && > git-diff-index -M -p $tree > current && > compare_diff_patch current expected' > > @@ -58,8 +58,7 @@ EOF > > test_expect_success \ > 'diff identical, but newly created symlink' \ > - 'sleep 1 && > - ln -s xyzzy frotz && > + 'ln -s xyzzy frotz && And where does the time lag (required for the test) come from now? Ciao, Dscho - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Wed Jan 18 22:35:48 2006
This archive was generated by hypermail 2.1.8 : 2006-01-18 22:35:57 EST