1. 17 Oct, 2014 1 commit
    • Fix TMPDIR noexec check to explicitly exit with a zero exit status on success · aaf8a852
      The TMPDIR check implemented in a4556a73 incorrectly reports that
      TMPDIR cannot hold executables on 4.3.11(1) on Ubuntu 14.04.1 LTS.
      This is because a script containing no commands returns a non-zero
      exit code.  Contrast the following:
      
        bash 3.2.53(1) on OS X 10.9.5:
      
          $ bash -c '' && echo SUCCESS
          SUCCESS
      
        bash 4.3.11(1) on Ubuntu 14.04.1 LTS:
      
          $ bash -c '' || echo FAIL
          FAIL
      
      This patch modifies the test script to explicitly call `exit 0` to
      ensure that a successful exit code is returned if the script executes
      successfully.
      Matthew Van Gundy committed
  2. 16 Oct, 2014 3 commits
  3. 26 Sep, 2014 3 commits
  4. 24 Sep, 2014 2 commits
  5. 20 Sep, 2014 1 commit
  6. 19 Sep, 2014 3 commits
  7. 18 Sep, 2014 4 commits
  8. 11 Sep, 2014 1 commit
  9. 10 Sep, 2014 3 commits
  10. 09 Sep, 2014 6 commits
  11. 08 Sep, 2014 13 commits