]> gitweb.michael.orlitzky.com - apply-default-acl.git/history - run-tests.sh
safe_open_ex: add a comment about why O_PATH doesn't work.
[apply-default-acl.git] / run-tests.sh
2018-02-27 Michael Orlitzkyrun-tests.sh: add more tests for exit codes.
2018-02-27 Michael Orlitzkyrun-tests.sh: add two tests for regular file and symlin...
2018-02-26 Michael OrlitzkySplit most functions off into a separate shared library.
2018-02-26 Michael OrlitzkyAdd a test to ensure that non-terminal symlinks are...
2018-02-26 Michael OrlitzkyAdd a test to ensure that symlinks in the CWD don't...
2018-02-23 Michael OrlitzkyNaively ignore hard links to avoid security mishaps.
2016-10-03 Michael OrlitzkyFix capitalization of "No such..." in the expected... v0.0.6
2016-10-03 Michael OrlitzkyAdd one more test for recursive symlink handling.
2016-10-03 Michael OrlitzkyFix symlink handling and update to version 0.0.6.
2016-09-27 Michael OrlitzkyAdd three tests for the new "no such file..." error... v0.0.5
2016-09-27 Michael OrlitzkyUse $() for subshells instead of backticks in run-tests.sh.
2013-01-31 Michael OrlitzkyOutput an error message when a test user is missing.
2013-01-25 Michael OrlitzkyAdd a test for a newly-discovered bug.
2013-01-18 Michael OrlitzkyStore the test users in a bash array.
2013-01-18 Michael OrlitzkyUse (bin,daemon) users instead of (mail,news).
2013-01-09 Michael OrlitzkyAdd a new command-line option, --no-exec-mask, that...
2013-01-09 Michael OrlitzkyAdd more tests in preparation for the -x fix.
2013-01-09 Michael OrlitzkySet permissions on $TESTDIR in acl_reset.
2013-01-08 Michael OrlitzkyAdd two new tests for repeated application on a directory.
2012-12-25 Michael OrlitzkyRename the project to apply-default-acl. v0.0.3
2012-12-18 Michael OrlitzkyUpdate the install docs and usage info in the README.
2012-12-18 Michael OrlitzkyAdd tests for --recursive mode.
2012-08-19 Michael OrlitzkyAdd LICENSE and README files.
2012-08-18 Michael OrlitzkyAdd one more test for the default mask execute bit.
2012-08-15 Michael OrlitzkyAdd another test.
2012-08-15 Michael OrlitzkyAdd a few more tricky tests.
2012-08-15 Michael OrlitzkyAdd a 'test' makefile target.
2012-08-14 Michael OrlitzkyAdd another test and fool around with the logic trying...
2012-08-14 Michael OrlitzkyAdd a test suite.