Skip to content

Commit 26ce283

Browse files
committed
agent: Fix documentation for updating fixtures
Signed-off-by: Daiki Ueno <dueno@redhat.com>
1 parent 0bab0df commit 26ce283

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

agent/src/agent.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,9 @@ mod tests {
300300
// files can be generated by exercising the GnuTLS session after
301301
// starting up the agent with:
302302
//
303-
// sudo target/debug/crau-agent -c agent/fixtures/agent.conf \
304-
// --library /usr/lib64/libgnutls.so.30 --user $USER:$GID \
303+
// sudo target/debug/crau-agent -c fixtures/conf/agent.conf \
304+
// --library /usr/lib64/libgnutls.so.30 \
305+
// --user $(id -n -u):$(id -n -g) \
305306
// --trace-file fixtures/normal/input.cborseq \
306307
// --log-file fixtures/normal/output.cborseq
307308
//

0 commit comments

Comments
 (0)