Junio C Hamano <junkio@xxxxxxx> wrote: > +test_expect_success numbers ' > + > + git-repo-config kilo.gram 1k && > + git-repo-config mega.ton 1m && > + k=$(git-repo-config --int --get kilo.gram) && > + test z1024 = "z$k" && > + m=$(git-repo-config --int --get mega.ton) && > + test z1048576 = "z$m" > +' > + I'm a moron. I copied and pasted test_expect_failure here in my own version. Commit and push yours, its just as good as mine, but is shorter. :-) -- Shawn. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html