summaryrefslogtreecommitdiff
path: root/test/end-to-end/cli/install.sh
AgeCommit message (Collapse)Author
2024-02-05end-to-end tests: inherit pathKlaus T. Aehlig
... for test actions, by setting an appropriate local launcher. In this way, the tests can also be run on systems where sh does not pull in enough paths to have all the "usual" tools available.
2023-12-12Tests: Verify copy overwrite of symlink with fileOliver Reiche
2023-11-13test: Verify unlink of symlinksOliver Reiche
2023-08-08Add a test verifying the overwrite property of install and install-casKlaus Aehlig
Verify that install and install-cas do not overwrite and instead replace existing files. This behaviour is less surprising for the user in the presence of hard links.