Description: search scripts also in /usr/bin
 this way the testsuite works and tests the installed scripts
 when run under autopkgtest
Origin: vendor
Forwarded: not needed
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2015-06-08

--- a/t/lib/NYTProfTest.pm
+++ b/t/lib/NYTProfTest.pm
@@ -75,7 +75,7 @@
     unshift @INC, '../blib/arch', '../blib/lib';
 }
 my $bindir      = (grep {-d} qw(./blib/script ../blib/script))[0] || do {
-    my $bin = (grep {-d} qw(./bin ../bin))[0]
+    my $bin = (grep {-d} qw(./bin ../bin /usr/bin))[0]
         or die "Can't find scripts";
     warn "Couldn't find blib/script directory, so using $bin";
     $bin;
