summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Kanashiro <kanashiro.duarte@gmail.com>2020-05-19 09:44:22 +0200
committerintrigeri <intrigeri@debian.org>2020-05-19 09:44:22 +0200
commit26e0100dac5e3da976b9093d382ac4173e8cf1ce (patch)
tree6de0b203785eaf304c1610e6ddc359b5f97a26e5
parent1166dee13907c818d8e2987ff4773aa945881865 (diff)
change binary path in autopkgtestHEADarchive/debian/0.07-2master
Forwarded: not-needed Reviewed-by: gregor herrmann <gregoa@debian.org> Last-Update: 2018-12-16 Set /usr/bin/ in binary path if it has been run with autopkgtest, where we have just a installed version. Gbp-Pq: Name fix_binary_path_in_test.patch
-rw-r--r--t/00-compile.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/00-compile.t b/t/00-compile.t
index 630d631..dc75ef1 100644
--- a/t/00-compile.t
+++ b/t/00-compile.t
@@ -17,6 +17,8 @@ my @scripts = (
'bin/bot-training'
);
+@scripts = ('/usr/bin/bot-training') if $ENV{AUTOPKGTEST_TMP};
+
# no fake home requested
my @switches = (