aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Rousse <guillomovitch@mandriva.org>2009-09-25 20:51:15 +0000
committerGuillaume Rousse <guillomovitch@mandriva.org>2009-09-25 20:51:15 +0000
commit9f3005da9e223e160f531303d0d1303d3e665fe3 (patch)
treeab846f8b047697ec705cbd7ed2f3ab97356d39a3
parent813fab89ba424408da95b8be0351dfe3ac1e2856 (diff)
downloadspec-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
-rwxr-xr-xtest.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/test.pl b/test.pl
index 3958ec9..8df717a 100755
--- a/test.pl
+++ b/test.pl
@@ -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);