aboutsummaryrefslogtreecommitdiffstats
path: root/t/run.t
diff options
context:
space:
mode:
Diffstat (limited to 't/run.t')
-rwxr-xr-xt/run.t12
1 files changed, 1 insertions, 11 deletions
diff --git a/t/run.t b/t/run.t
index 4f8d9e7..40d6c4d 100755
--- a/t/run.t
+++ b/t/run.t
@@ -12,17 +12,7 @@ use File::Temp qw/tempdir/;
my ($out, $err);
delete $ENV{RPM_BUILD_ROOT};
-foreach my $prog qw/
- clean_files
- compress_files
- relink_symlinks
- gprintify
- translate_menu
- remove_info_dir
- fix_pamd
- fix_eol
- check_elf_files
- / {
+foreach my $prog qw/clean_files compress_files relink_symlinks gprintify translate_menu remove_info_dir fix_pamd fix_eol check_elf_files/ {
($out, $err) = run_prog($prog);
is( $out, '', "$prog stdin without buildroot" );