1
0
mirror of https://github.com/vgough/encfs.git synced 2025-07-11 18:05:38 +02:00

Update normal test for Windows ()

This commit is contained in:
Ben RUBSON
2020-03-17 22:27:36 +01:00
committed by GitHub
parent 52a584765d
commit 3d4ef00493

@ -177,6 +177,7 @@ sub configFromPipe
waitpid($child, 0);
ok($? == 0, "encfs piped command returns 0") || BAIL_OUT("");
ok(waitForFile("$decrypted/mount"), "mount test file exists") || BAIL_OUT("");
unlink("$ciphertext/.encfs6.xml");
rename("$ciphertext/.encfs6_moved.xml", "$ciphertext/.encfs6.xml");
}