X-Git-Url: https://ruderich.org/simon/gitweb/?p=nsscash%2Fnsscash.git;a=blobdiff_plain;f=main_test.go;h=20158171e2441685fbc6efb794016ae2155b4f1d;hp=38499da197bb6fd0be3276e48d11527215a30a8c;hb=17d6cb591586b6a4ce79c9f9251a5bb86fe963a1;hpb=526f6f1db39bde8ca1f7684225a3983634bddafe diff --git a/main_test.go b/main_test.go index 38499da..2015817 100644 --- a/main_test.go +++ b/main_test.go @@ -33,11 +33,11 @@ import ( ) const ( - configPath = "testdata/config.toml" - statePath = "testdata/state.json" - passwdPath = "testdata/passwd.nsscash" - plainPath = "testdata/plain" - groupPath = "testdata/group.nsscash" + configPath = "testdata/config.toml" + statePath = "testdata/state.json" + passwdPath = "testdata/passwd.nsscash" + plainPath = "testdata/plain" + groupPath = "testdata/group.nsscash" tlsCAPath = "testdata/ca.crt" tlsCertPath = "testdata/server.crt" tlsKeyPath = "testdata/server.key"