mirror of
https://github.com/vgough/encfs.git
synced 2024-11-21 15:33:16 +01:00
Update normal test for Windows (#602)
This commit is contained in:
parent
52a584765d
commit
3d4ef00493
@ -177,6 +177,7 @@ sub configFromPipe
|
|||||||
waitpid($child, 0);
|
waitpid($child, 0);
|
||||||
ok($? == 0, "encfs piped command returns 0") || BAIL_OUT("");
|
ok($? == 0, "encfs piped command returns 0") || BAIL_OUT("");
|
||||||
ok(waitForFile("$decrypted/mount"), "mount test file exists") || BAIL_OUT("");
|
ok(waitForFile("$decrypted/mount"), "mount test file exists") || BAIL_OUT("");
|
||||||
|
unlink("$ciphertext/.encfs6.xml");
|
||||||
rename("$ciphertext/.encfs6_moved.xml", "$ciphertext/.encfs6.xml");
|
rename("$ciphertext/.encfs6_moved.xml", "$ciphertext/.encfs6.xml");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user