We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bab0df commit 26ce283Copy full SHA for 26ce283
1 file changed
agent/src/agent.rs
@@ -300,8 +300,9 @@ mod tests {
300
// files can be generated by exercising the GnuTLS session after
301
// starting up the agent with:
302
//
303
- // sudo target/debug/crau-agent -c agent/fixtures/agent.conf \
304
- // --library /usr/lib64/libgnutls.so.30 --user $USER:$GID \
+ // sudo target/debug/crau-agent -c fixtures/conf/agent.conf \
+ // --library /usr/lib64/libgnutls.so.30 \
305
+ // --user $(id -n -u):$(id -n -g) \
306
// --trace-file fixtures/normal/input.cborseq \
307
// --log-file fixtures/normal/output.cborseq
308
0 commit comments