test-xalloc-die.sh: fix a portability bug
authorJim Meyering <meyering@redhat.com>
Tue, 17 Nov 2009 07:42:58 +0000 (08:42 +0100)
committerJim Meyering <meyering@redhat.com>
Tue, 17 Nov 2009 07:42:58 +0000 (08:42 +0100)
* tests/test-xalloc-die.sh: Do not invoke via ./test-xalloc-die.
Instead, set PATH to start with "." and invoke via "test-xalloc-die".
Otherwise, argv[0] (as often seen in diagnostics) would be too
system-dependent, sometimes with, and sometimes without the leading "./".


No differences found