From 9343e3ad73291a7a0f0cb890335523298cec68a5 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Fri, 26 Feb 2016 19:34:25 +0100 Subject: generate_test_data.pl is an executable --- Bugzilla/Install/Filesystem.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Bugzilla') diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm index 2d6e2955d..679646df9 100644 --- a/Bugzilla/Install/Filesystem.pm +++ b/Bugzilla/Install/Filesystem.pm @@ -190,6 +190,7 @@ sub FILESYSTEM { "$datadir/old-params.txt" => { perms => OWNER_WRITE }, "$extensionsdir/create.pl" => { perms => OWNER_EXECUTE }, "$extensionsdir/*/*.pl" => { perms => WS_EXECUTE }, + 'xt/config/generate_test_data.pl' => { perms => OWNER_EXECUTE }, ); # Directories that we want to set the perms on, but not -- cgit v1.2.3-24-g4f1b