fix test
[awesomized/libmemcached] / test / tests / bin / memaslap.cpp
index ccac5994c92fee83117df59b09aa878a7db13e76..bcf79de64230cbd47073f4ccba26c07df97a3249 100644 (file)
@@ -7,7 +7,7 @@
 using Catch::Matchers::Contains;
 
 TEST_CASE("bin/memaslap") {
-  Shell sh{string{TESTING_ROOT "/../src/bin"}};
+  Shell sh{string{TESTING_ROOT "/../src/bin/contrib"}};
 
   SECTION("no servers provided") {
     string output;
@@ -37,7 +37,7 @@ TEST_CASE("bin/memaslap") {
         " -T 2 -c 8 -t 2s -v 0.2 -e 0.05 -b",
         " -T 2 -c 8 -t 2s -w 40k -o 0.2",
         " -T 2 -c 8 -t 2s -d 20 -P 40k",
-#if __amd64__
+#if 0
         " -T 2 -c 8 -t 2s -d 50 -a -n 10",
 #endif
     };