commit | 3dfb877046b40638ac7c88de9bb07091eb463205 | [log] [download] |
---|---|---|
author | Darren Tucker <dtucker@zip.com.au> | Fri Dec 07 13:03:10 2012 +1100 |
committer | Darren Tucker <dtucker@zip.com.au> | Fri Dec 07 13:03:10 2012 +1100 |
tree | b96d477ccd573ce010d847b2bda3095d72cc69bb | |
parent | 96ce9a1e45a2f2a1b8be7b97fde07e629dd9fa05 [diff] |
- dtucker@cvs.openbsd.org 2012/12/06 06:06:54 [regress/keys-command.sh] Fix some problems with the keys-command test: - use string comparison rather than numeric comparison - check for existing KEY_COMMAND file and don't clobber if it exists - clean up KEY_COMMAND file if we do create it. - check that KEY_COMMAND is executable (which it won't be if eg /var/run is mounted noexec). ok djm.