Codebase list bio-tradis / lintian-fixes/main t / requires_external.t
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

requires_external.t @lintian-fixes/mainraw · history · blame

1
2
3
4
5
6
7
8
#!/usr/bin/env perl

use Test::Most;
plan tests => 6;
bail_on_fail if 0;
use Env::Path 0.18 'PATH';

ok(scalar PATH->Whence($_), "$_ in PATH") for qw(awk samtools gunzip gzip smalt tabix);