Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Mar 2011 23:52:23 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/tools/regression/bin/sh/builtins dot3.0
Message-ID:  <201103072352.p27NqhxS059575@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jilles      2011-03-07 23:52:23 UTC

  FreeBSD src repository

  Added files:
    tools/regression/bin/sh/builtins dot3.0 
  Log:
  SVN rev 219390 on 2011-03-07 23:52:23Z by jilles
  
  sh: Test that . /dev/null returns exit status 0 and does not preserve $?.
  
  Preserving $? may cause problems particularly if set -e is in effect.
  
  It may be useful to preserve the old value of $? in the dot script but this
  must not be implemented in such a way that it would break this test.
  
  Revision  Changes    Path
  1.1       +10 -0     src/tools/regression/bin/sh/builtins/dot3.0 (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103072352.p27NqhxS059575>