From b3f341ea2d33d06e8f60b00a00a071fd514e1143 Mon Sep 17 00:00:00 2001 From: Michael Andres Date: Thu, 4 Feb 2010 14:40:08 +0100 Subject: [PATCH] Use a tmp dir and not a fixed one. --- tests/sat/LookupAttr_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sat/LookupAttr_test.cc b/tests/sat/LookupAttr_test.cc index 00cc84b..d7dd937 100644 --- a/tests/sat/LookupAttr_test.cc +++ b/tests/sat/LookupAttr_test.cc @@ -3,7 +3,7 @@ #include #include -static TestSetup test( "/tmp/x", Arch_x86_64 ); +static TestSetup test( Arch_x86_64 ); // Must be the first test! BOOST_AUTO_TEST_CASE(bnc_435838) -- 2.7.4