X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-xalloc-die.sh;h=399d2495bf4c5bba4929b6e187c772d66f69c26e;hb=4d0c5cc2198e6e0680d403cd4048cdc0d78cff26;hp=28cce6d36839eae8666d2faeb80bc41b0f0e3b05;hpb=a4cfedb07defccd91a1b8290ab57be337bfd04b4;p=gnulib.git diff --git a/tests/test-xalloc-die.sh b/tests/test-xalloc-die.sh index 28cce6d36..399d2495b 100755 --- a/tests/test-xalloc-die.sh +++ b/tests/test-xalloc-die.sh @@ -1,6 +1,6 @@ #!/bin/sh # Test suite for xalloc_die. -# Copyright (C) 2009 Free Software Foundation, Inc. +# Copyright (C) 2009-2011 Free Software Foundation, Inc. # This file is part of the GNUlib Library. # # This program is free software: you can redistribute it and/or modify @@ -16,9 +16,9 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -. "${srcdir=.}/init.sh" --set-path=. +. "${srcdir=.}/init.sh"; path_prepend_ . -test-xalloc-die 2> err > out +test-xalloc-die${EXEEXT} > out 2> err case $? in 1) ;; *) Exit 1;;