diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-11-14 07:32:50 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-11-14 07:32:50 +0100 |
commit | b088cabff2a6e9826b7520b4c57b4ac0820ea90c (patch) | |
tree | 68c63d43c12cb6e5c5514d12a473c747978dc1ed /t | |
parent | bfc15f33c2f129efeccaa078247df73236a00d06 (diff) | |
download | sbotools2-b088cabff2a6e9826b7520b4c57b4ac0820ea90c.tar.xz |
Remove stray space
Diffstat (limited to 't')
-rwxr-xr-x | t/test.t | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -427,7 +427,7 @@ is($$queue[4], 'zdoom', 'get_build_queue fifth entry correct for single sbo'); my $bug_2 = get_build_queue(['dfvfs'], $warnings); my $bug_2_test = "get_build_queue handles bug 2 properly (%s)"; my @bug_2_req = qw( - six construct pytz pysetuptools python-dateutil python-gflags + six construct pytz pysetuptools python-dateutil python-gflags protobuf libbde libewf libqcow libsigscan libsmdev libsmraw libvhdi libvmdk libvshadow sleuthkit pytsk dfvfs ); |