X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=tests%2Fopr%2Fsoftsig-t;h=d750d98ddec4449f841cb048cce1bd7325ed9e9b;hp=2932edc148f73d82bf666dbf7fada42c475a563a;hb=624219a1b2192e5c7b6b45e2cbe784a9c5f33a96;hpb=3f377aa117273eba5c77ad652c0b086446b3f874 diff --git a/tests/opr/softsig-t b/tests/opr/softsig-t index 2932edc..d750d98 100755 --- a/tests/opr/softsig-t +++ b/tests/opr/softsig-t @@ -36,10 +36,10 @@ use FindBin qw($Bin); my $softsig_helper; # Our softsig helper should be in $TOP_OBJDIR/tests/opr. To calculate that -# path, use the BUILD env var if the test harness has set it; otherwise, our -# next best guess is that it's in the same dir as this script. -if (defined($ENV{BUILD})) { - $softsig_helper = $ENV{BUILD} . "/opr/softsig-helper"; +# path, use the C_TAP_BUILD env var if the test harness has set it; otherwise, +# our next best guess is that it's in the same dir as this script. +if (defined($ENV{C_TAP_BUILD})) { + $softsig_helper = $ENV{C_TAP_BUILD} . "/opr/softsig-helper"; } else { $softsig_helper = $Bin . "/softsig-helper"; }