summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libtest: Add directive and 'set -e' for better shellcheck diagnosticsSimon McVittie2021-06-281-0/+4
* tests: Remove unnecessary nestingSimon McVittie2021-06-281-2/+1
* tests: Quote more defensivelySimon McVittie2021-06-282-11/+11
* Extract some common test setup into libtest.shSimon McVittie2021-06-282-72/+73
* tests: Don't corrupt TAP outputSimon McVittie2021-06-281-6/+6
* Merge pull request #437 from smcv/zshColin Walters2021-06-242-47/+60
|\
| * zsh: After completing --perms, only accept appropriate optionsSimon McVittie2021-06-241-7/+15
| * zsh: Add completion for --clearenvSimon McVittie2021-06-241-1/+2
| * zsh: Add completion for --permsSimon McVittie2021-06-241-0/+1
| * zsh: Add completion for --chmodSimon McVittie2021-06-241-0/+1
| * zsh: Complete --chdir as --chdir, not as --chdir DIRSimon McVittie2021-06-241-1/+1
| * zsh: Label more argumentsSimon McVittie2021-06-241-4/+4
| * zsh: Complete --lock-file as taking a pathSimon McVittie2021-06-241-1/+1
| * zsh: Complete --remount-ro as taking a pathSimon McVittie2021-06-241-1/+1
| * zsh: Complete --symlink as having two file argumentsSimon McVittie2021-06-241-1/+1
| * zsh: Fix a typo in a help messageSimon McVittie2021-06-241-1/+1
| * zsh: Complete --setenv as an environment variable followed by any stringSimon McVittie2021-06-241-1/+1
| * zsh: Complete --unsetenv like env -uSimon McVittie2021-06-241-1/+1
| * zsh: Complete --uid, --gid as integersSimon McVittie2021-06-241-2/+2
| * zsh: Complete --file-label, --exec-label with SELinux contextsSimon McVittie2021-06-241-2/+2
| * zsh: Complete --dev, --dir etc. as directoriesSimon McVittie2021-06-241-5/+5
| * zsh: Complete --bind, etc. as taking two paths as argumentsSimon McVittie2021-06-241-6/+6
| * zsh: Complete --file and friends as taking two argumentsSimon McVittie2021-06-241-3/+3
| * zsh: Improve completions for simple fd-based argumentsSimon McVittie2021-06-241-7/+7
| * zsh: Don't limit --bind options to completing directoriesSimon McVittie2021-06-241-6/+6
| * zsh: Sort completions in LC_ALL=C orderSimon McVittie2021-06-241-42/+44
| * configure.ac: Remove trailing whitespaceSimon McVittie2021-06-241-1/+1
* | Merge pull request #436 from smcv/new-optionsColin Walters2021-06-243-3/+15
|\ \ | |/ |/|
| * bash: Sort completions in LC_ALL=C orderSimon McVittie2021-06-241-3/+5
| * bash: Include new options in completionsSimon McVittie2021-06-231-0/+3
| * Document --clearenv in man pageSimon McVittie2021-06-231-0/+6
| * Document --chmod in --helpSimon McVittie2021-06-231-0/+1
|/
* Merge pull request #434 from smcv/bind-mount-diagColin Walters2021-06-234-17/+148
|\
| * bind-mount: Factor out bind_mount_result_to_string()Simon McVittie2021-06-232-22/+48
| * bind_mount: Return an error code, and provide a way to display itSimon McVittie2021-06-233-17/+107
| * build: Warn if a switch over an enum does not handle all valuesSimon McVittie2021-06-231-0/+1
| * Handle all enum values in switchSimon McVittie2021-06-231-0/+13
| * build: Error if a switch lacks a default caseSimon McVittie2021-06-231-0/+1
|/
* Merge pull request #404 from smcv/utils-unit-testColin Walters2021-06-232-3/+232
|\
| * Add a simple unit test for utility codeSimon McVittie2021-06-232-3/+232
* | Merge pull request #429 from smcv/selinux-warningsColin Walters2021-06-232-3/+13
|\ \
| * | utils: Remove security_context_t casts for libselinux >= 2.3Simon McVittie2021-06-222-3/+13
* | | Merge pull request #401 from smcv/clearenvColin Walters2021-06-234-1/+26
|\ \ \ | |_|/ |/| |
| * | Add --clearenv optionSimon McVittie2021-06-224-0/+16
| * | test-run: Test --setenv, --unsetenvSimon McVittie2021-06-221-1/+10
| |/
* | Merge pull request #403 from RyuzakiKK/case_insensitive_fsSimon McVittie2021-06-234-10/+59
|\ \
| * | Add support for bind-mount on case-insensitive filesystemsLudovico de Nittis2021-02-164-10/+59
* | | Merge pull request #399 from smcv/python3Simon McVittie2021-06-231-1/+0
|\ \ \ | |_|/ |/| |
| * | Stop installing python-is-python2 for CISimon McVittie2021-06-101-1/+0
* | | Merge pull request #433 from smcv/libtest-coreColin Walters2021-06-224-14/+74
|\ \ \