Index: t/sa_compile.t
--- t/sa_compile.t.orig
+++ t/sa_compile.t
@@ -12,8 +12,7 @@ use SATest; sa_t_init("sa_compile");
 
 use Config;
 
-my $temp_binpath = $Config{sitebinexp};
-$temp_binpath =~ s|^\Q$Config{siteprefixexp}\E/||;
+my $temp_binpath = "bin";
 
 my $RE2C_BIN = get_re2c_bin_from_sa_compile();
 
