summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/02create_pkgs.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/02create_pkgs.t b/t/02create_pkgs.t
index caf6aaa5..42978b09 100644
--- a/t/02create_pkgs.t
+++ b/t/02create_pkgs.t
@@ -46,7 +46,7 @@ foreach my $spec (glob("data/SPECS/srpm*.spec")) {
mkdir 'media/media_info';
system_("cp -r data/media.cfg media/media_info");
-system_('gendistrib .');
+system_('gendistrib -s .');
sub genhdlist_std {
my ($medium_name) = @_;