Christian Couder <chriscool@xxxxxxxxxxxxx> writes: > diff --git a/t/t1503-rev-parse-verify.sh b/t/t1503-rev-parse-verify.sh > new file mode 100755 > index 0000000..a0d14cb > --- /dev/null > +++ b/t/t1503-rev-parse-verify.sh > @@ -0,0 +1,114 @@ > +#!/bin/sh > +# > +# Copyright (c) 2008 Christian Couder > +# > +test_description='test git rev-parse --verify' > + > +exec </dev/null > +. ./test-lib.sh Who gets stuck by attempting to read from the stdin? I am wondering if that belongs to "test-lib.sh"... -- 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