/tmp/farf no good on multi-user machine
This commit is contained in:
@@ -521,7 +521,7 @@ mod tests {
|
||||
fn tmp_ledger_path(name: &str) -> String {
|
||||
let keypair = KeyPair::new();
|
||||
|
||||
format!("/tmp/farf/{}-{}", name, keypair.pubkey())
|
||||
format!("/tmp/tmp-ledger-{}-{}", name, keypair.pubkey())
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
Reference in New Issue
Block a user