X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-xalloc-die.sh;h=399d2495bf4c5bba4929b6e187c772d66f69c26e;hb=5b9e0c3ce734b9d9b0c0001e31b65a8a4713700d;hp=4188a0404402611a0a01aa9645056b7ad927515f;hpb=5aad650f4e093269e4184cb150f735f6999784d6;p=gnulib.git diff --git a/tests/test-xalloc-die.sh b/tests/test-xalloc-die.sh index 4188a0404..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 @@ -18,7 +18,7 @@ . "${srcdir=.}/init.sh"; path_prepend_ . -test-xalloc-die 2> err > out +test-xalloc-die${EXEEXT} > out 2> err case $? in 1) ;; *) Exit 1;;