Update normal test for Windows (#602)

This commit is contained in:
Ben RUBSON 2020-03-17 22:27:36 +01:00 committed by GitHub
parent 52a584765d
commit 3d4ef00493
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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");
} }