diff options
author | Darren Tucker <dtucker@zip.com.au> | 2012-12-07 13:03:10 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2012-12-07 13:03:10 +1100 |
commit | 3dfb877046b40638ac7c88de9bb07091eb463205 (patch) | |
tree | b96d477ccd573ce010d847b2bda3095d72cc69bb /ChangeLog | |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ | |||
1 | 20121207 | ||
2 | - (dtucker) OpenBSD CVS Sync | ||
3 | - dtucker@cvs.openbsd.org 2012/12/06 06:06:54 | ||
4 | [regress/keys-command.sh] | ||
5 | Fix some problems with the keys-command test: | ||
6 | - use string comparison rather than numeric comparison | ||
7 | - check for existing KEY_COMMAND file and don't clobber if it exists | ||
8 | - clean up KEY_COMMAND file if we do create it. | ||
9 | - check that KEY_COMMAND is executable (which it won't be if eg /var/run | ||
10 | is mounted noexec). | ||
11 | ok djm. | ||
12 | |||
1 | 20121205 | 13 | 20121205 |
2 | - (tim) [defines.h] Some platforms are missing ULLONG_MAX. Feedback djm@. | 14 | - (tim) [defines.h] Some platforms are missing ULLONG_MAX. Feedback djm@. |
3 | 15 | ||