From 3d4ef0049368a3d0cd0c5a1f10ca331bb52aaef6 Mon Sep 17 00:00:00 2001 From: Ben RUBSON <6764151+benrubson@users.noreply.github.com> Date: Tue, 17 Mar 2020 22:27:36 +0100 Subject: [PATCH] Update normal test for Windows (#602) --- integration/normal.t.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/integration/normal.t.pl b/integration/normal.t.pl index 0751e60..01a7349 100755 --- a/integration/normal.t.pl +++ b/integration/normal.t.pl @@ -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"); }