git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Solaris test failure for git-1.5.4.4 -- t0021-conversion.sh
@ 2008-03-11 12:33 Whit Armstrong
  2008-03-11 12:52 ` Johannes Schindelin
  2008-03-11 16:55 ` Asheesh Laroia
  0 siblings, 2 replies; 13+ messages in thread
From: Whit Armstrong @ 2008-03-11 12:33 UTC (permalink / raw)
  To: git

Git Version: git-1.5.4.4

xs5-trd-p1.grn:warmstro> uname -a
SunOS xs5-trd-p1.grn.tudor.com 5.9 Generic_118558-38 sun4u sparc
SUNW,Sun-Fire-V240

looks like most errors below are related to tr.  The tr I'm using is in xpg4.

xs5-trd-p1.grn:warmstro> which tr
/usr/xpg4/bin/tr



xs5-trd-p1.grn:warmstro> sh t0021-conversion.sh -i -v
* expecting success:
        git config filter.rot13.smudge ./rot13.sh &&
        git config filter.rot13.clean ./rot13.sh &&

        {
            echo "*.t filter=rot13"
            echo "*.i ident"
        } >.gitattributes &&

        {
            echo a b c d e f g h i j k l m
            echo n o p q r s t u v w x y z
            echo '$Id$'
        } >test &&
        cat test >test.t &&
        cat test >test.o &&
        cat test >test.i &&
        git add test test.t test.i &&
        rm -f test test.t test.i &&
        git checkout -- test test.t test.i

tr: Bad string.
error: external filter ./rot13.sh failed 1
error: waitpid (async) failed
error: external filter ./rot13.sh failed
tr: Bad string.
error: external filter ./rot13.sh failed 1
error: waitpid (async) failed
error: external filter ./rot13.sh failed
tr: Bad string.
error: external filter ./rot13.sh failed 1
error: waitpid (async) failed
error: external filter ./rot13.sh failed
*   ok 1: setup

* expecting success:

        cmp test.o test &&
        cmp test.o test.t &&

        # ident should be stripped in the repository
        git diff --raw --exit-code :test :test.i &&
        id=$(git rev-parse --verify :test) &&
        embedded=$(sed -ne "$script" test.i) &&
        test "z$id" = "z$embedded" &&

        git cat-file blob :test.t > test.r &&

        ./rot13.sh < test.o > test.t &&
        cmp test.r test.t

tr: Bad string.
* FAIL 2: check


                cmp test.o test &&
                cmp test.o test.t &&

                # ident should be stripped in the repository
                git diff --raw --exit-code :test :test.i &&
                id=$(git rev-parse --verify :test) &&
                embedded=$(sed -ne "$script" test.i) &&
                test "z$id" = "z$embedded" &&

                git cat-file blob :test.t > test.r &&

                ./rot13.sh < test.o > test.t &&
                cmp test.r test.t

xs5-trd-p1.grn:warmstro>

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2008-03-12 13:11 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-11 12:33 Solaris test failure for git-1.5.4.4 -- t0021-conversion.sh Whit Armstrong
2008-03-11 12:52 ` Johannes Schindelin
2008-03-11 17:17   ` Johannes Sixt
2008-03-11 17:35     ` David Kastrup
2008-03-11 16:55 ` Asheesh Laroia
2008-03-11 17:14   ` Whit Armstrong
2008-03-11 17:35     ` Jeff King
2008-03-11 17:40       ` Jeff King
2008-03-11 17:58         ` Whit Armstrong
2008-03-12  4:11         ` Junio C Hamano
2008-03-12 12:43           ` Jeff King
2008-03-12 12:48             ` Jeff King
2008-03-12 13:11               ` Johannes Schindelin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).