Use a tmp dir and not a fixed one.
authorMichael Andres <ma@suse.de>
Thu, 4 Feb 2010 13:40:08 +0000 (14:40 +0100)
committerMichael Andres <ma@suse.de>
Thu, 4 Feb 2010 13:40:08 +0000 (14:40 +0100)
tests/sat/LookupAttr_test.cc

index 00cc84b..d7dd937 100644 (file)
@@ -3,7 +3,7 @@
 #include <zypp/sat/AttrMatcher.h>
 #include <zypp/ResObjects.h>
 
-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)