X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-xalloc-die.sh;h=399d2495bf4c5bba4929b6e187c772d66f69c26e;hb=95e1b7bdbfc6111b5aea7a32aa874ec0f4af7f86;hp=80d6208d030c1f5b809d5b72ec8a78340bf18e11;hpb=fc80165c92e8b92da6e88e4fdb9c472125124fa0;p=gnulib.git diff --git a/tests/test-xalloc-die.sh b/tests/test-xalloc-die.sh index 80d6208d0..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, 2010 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${EXEEXT} 2> err > out +test-xalloc-die${EXEEXT} > out 2> err case $? in 1) ;; *) Exit 1;;