X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-xalloc-die.sh;h=920d222f0d7cf0ea63ee23c914b0ed67e044ab64;hb=c50edd6462eaaae00f8549f9bad99d4e68b94376;hp=4188a0404402611a0a01aa9645056b7ad927515f;hpb=5aad650f4e093269e4184cb150f735f6999784d6;p=gnulib.git diff --git a/tests/test-xalloc-die.sh b/tests/test-xalloc-die.sh index 4188a0404..920d222f0 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-2013 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;;