X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-xalloc-die.sh;h=375cd14e14fe3f27663546435eb08461592a197f;hb=880d107;hp=28cce6d36839eae8666d2faeb80bc41b0f0e3b05;hpb=a4cfedb07defccd91a1b8290ab57be337bfd04b4;p=gnulib.git diff --git a/tests/test-xalloc-die.sh b/tests/test-xalloc-die.sh index 28cce6d36..375cd14e1 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, 2010 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;;