aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_mac.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/test_mac.cpp')
-rw-r--r--src/tests/test_mac.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test_mac.cpp b/src/tests/test_mac.cpp
index e7341f443..8bc58e0e1 100644
--- a/src/tests/test_mac.cpp
+++ b/src/tests/test_mac.cpp
@@ -20,7 +20,7 @@ class Message_Auth_Tests : public Text_Based_Test
{
public:
Message_Auth_Tests() :
- Text_Based_Test(Test::data_dir("mac"), {"Key", "In", "Out"}) {}
+ Text_Based_Test("mac", {"Key", "In", "Out"}) {}
Test::Result run_one_test(const std::string& algo, const VarMap& vars) override
{