Hi again,
Jeff King wrote:
That's certainly odd. It sounds like the valgrind setup is broken for
you. Can you run:
sh -x t0000-basic.sh --valgrind
and see what's happening near those weird errors?
Not helpful:
+ . ./test-lib.sh
+ mkdir -p test-results
+ basename t0000-basic.sh .sh
+ BASE=test-results/t0000-basic
+ GIT_TEST_TEE_STARTED=done /usr/bin/zsh t0000-basic.sh --valgrind
+ tee test-results/t0000-basic.out
quoted
test_cmp:1: command not found: diff -u
Lack of diff is going to be a problem. What OS is this? Do you really
not have diff? Or is there something funny going on with your PATH?
It's plain Ubuntu. Ofcourse I have `diff`- I don't know what's going on.
Ram