From 2a9dea2973a6141e8efdf8bd26d8ddb2d2c35fc4 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Fri, 20 Aug 2021 15:57:40 +0200 Subject: -deterministic-names: accept flag on -init And store it in gocryptfs.conf (=remove DirIV feature flag). --- tests/cli/cli_test.go | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/cli/cli_test.go') diff --git a/tests/cli/cli_test.go b/tests/cli/cli_test.go index 85a8006..f4162f8 100644 --- a/tests/cli/cli_test.go +++ b/tests/cli/cli_test.go @@ -995,3 +995,9 @@ func TestMountCreat(t *testing.T) { test_helpers.UnmountPanic(mnt) } } + +// Test -init -deterministic-names +func TestInitDeterministicNames(t *testing.T) { + dir := test_helpers.InitFS(t, "-deterministic-names") + +} -- cgit v1.2.3