mirror of
https://github.com/vgough/encfs.git
synced 2025-08-17 17:21:07 +02:00
Update normal test for Windows (#602)
This commit is contained in:
@@ -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");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user