Files
heimdal/kadmin
Nicolas Williams 9fb46adf97 kadmin: Support heredocs better to speed up tests
Now we can use heredocs to execute multiple kadmin commands with just
one `execve()`:

```
${kadmin} <<EOF || exit 1
init ...
add ...
...
EOF
```

This will allow tests to use heredocs in setting up an HDB so as to go a
bit faster.
2022-12-07 21:28:54 -06:00
..
2022-01-14 14:59:02 -06:00
2008-09-13 08:53:55 +00:00
2022-03-23 23:39:34 -05:00
2022-03-23 23:39:34 -05:00
2022-03-23 23:39:34 -05:00
2022-01-14 17:59:49 -06:00
2022-01-15 18:54:57 +11:00
2022-03-23 23:39:34 -05:00
2010-03-16 12:52:58 -07:00
2017-04-29 13:55:24 -04:00
2010-03-16 12:52:58 -07:00
2022-01-14 14:59:02 -06:00
2010-03-16 12:52:58 -07:00
2022-04-25 22:24:51 -05:00