Julien Cristau wrote: > When trying to build I get: > > * expecting success: > git config --get --path path.home > result && > git config --get --path path.normal >> result && > git config --get --path path.trailingtilde >> result && > test_cmp expect result > > Segmentation fault > * FAIL 71: get --path > > git config --get --path path.home > result && > git config --get --path path.normal >> result && > git config --get --path path.trailingtilde >> result && > test_cmp expect result > > [...] > * failed 1 among 80 test(s) > make[3]: *** [t1300-repo-config.sh] Error 1 > > Any idea what's up?
git's tilde-expansion blindly assumes that $PATH is set (though it does not necessarily need to point to any directory). Patch in a moment. Jonathan -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org