about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/xap_helper.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/xap_helper.t b/t/xap_helper.t
index 02e5ec7d..e3abeded 100644
--- a/t/xap_helper.t
+++ b/t/xap_helper.t
@@ -149,7 +149,7 @@ unless ($ENV{TEST_XH_CXX_ONLY}) {
 SKIP: {
         require PublicInbox::XapHelperCxx;
         my $cmd = eval { PublicInbox::XapHelperCxx::cmd() };
-        skip "XapHelperCxx build: $@", 1 if $@ || $ENV{PI_NO_CXX};
+        skip "XapHelperCxx build: $@", 1 if $@;
 
         @NO_CXX = $ENV{TEST_XH_CXX_ONLY} ? (0) : (0, 1);
         my $ar = $test->(@$cmd, '-j0');