aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten Vanraes <alien@mageia.org>2013-11-26 19:51:43 +0100
committerMaarten Vanraes <alien@mageia.org>2013-11-26 19:51:43 +0100
commitdd89d53d1f5a4f9c7ac3d9d661fe999bbae86383 (patch)
treeed61d5b3b298b8068a5cfa69cde8321448230769
parent03a6f19071ae3e7f6b869099a3bc68e224862945 (diff)
downloadspec-helper-dd89d53d1f5a4f9c7ac3d9d661fe999bbae86383.tar
spec-helper-dd89d53d1f5a4f9c7ac3d9d661fe999bbae86383.tar.gz
spec-helper-dd89d53d1f5a4f9c7ac3d9d661fe999bbae86383.tar.bz2
spec-helper-dd89d53d1f5a4f9c7ac3d9d661fe999bbae86383.tar.xz
spec-helper-dd89d53d1f5a4f9c7ac3d9d661fe999bbae86383.zip
remove multiline quote word, this fixes spec-helper build failure
-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" );