diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2016-02-26 19:34:25 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2016-02-26 19:34:25 +0100 |
commit | 9343e3ad73291a7a0f0cb890335523298cec68a5 (patch) | |
tree | cc04d83d350128d308c0485155be8de8ffdce267 /Bugzilla | |
parent | 9b6ec1f545da1cc4088ddf9cc117747954e58e65 (diff) | |
download | bugzilla-9343e3ad73291a7a0f0cb890335523298cec68a5.tar.gz bugzilla-9343e3ad73291a7a0f0cb890335523298cec68a5.tar.xz |
generate_test_data.pl is an executable
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Install/Filesystem.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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 |