diff options
author | Guillaume Rousse <guillomovitch@mandriva.org> | 2009-09-25 20:51:15 +0000 |
---|---|---|
committer | Guillaume Rousse <guillomovitch@mandriva.org> | 2009-09-25 20:51:15 +0000 |
commit | 9f3005da9e223e160f531303d0d1303d3e665fe3 (patch) | |
tree | ab846f8b047697ec705cbd7ed2f3ab97356d39a3 /test.pl | |
parent | 813fab89ba424408da95b8be0351dfe3ac1e2856 (diff) | |
download | spec-helper-9f3005da9e223e160f531303d0d1303d3e665fe3.tar spec-helper-9f3005da9e223e160f531303d0d1303d3e665fe3.tar.gz spec-helper-9f3005da9e223e160f531303d0d1303d3e665fe3.tar.bz2 spec-helper-9f3005da9e223e160f531303d0d1303d3e665fe3.tar.xz spec-helper-9f3005da9e223e160f531303d0d1303d3e665fe3.zip |
test strip_and_check_elf_files also
Diffstat (limited to 'test.pl')
-rwxr-xr-x | test.pl | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,7 +5,7 @@ use strict; use warnings; use IPC::Run qw/run/; -use Test::More tests => 48; +use Test::More tests => 54; use FindBin; use File::Temp qw/tempdir/; @@ -23,6 +23,7 @@ foreach my $prog qw/ remove_info_dir fix_pamd fix_eol + strip_and_check_elf_files / { ($out, $err) = run_prog($prog); |