diff --git a/test/decoupled/2p/test_mpfa2p.cc b/test/decoupled/2p/test_mpfa2p.cc
index dc6f256df104f3c2fb01a54bbad138825f636220..9a221cb0aeda009a00e53abe7d37487cbb32bf90 100644
--- a/test/decoupled/2p/test_mpfa2p.cc
+++ b/test/decoupled/2p/test_mpfa2p.cc
@@ -158,7 +158,7 @@ int main(int argc, char** argv)
 int main()
 {
     std::cerr << "You need to have ALUGrid installed to run this test\n";
-    return 1;
+    return 77;
 }
 
 #endif