Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
47552954
Commit
47552954
authored
Jan 19, 2005
by
travis%sedsystems.ca
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 278336 : goodperl.t now checks shebang lines for /usr/bin/perl
Patch by travis@sedsystems.ca r=vladd
parent
e7f07d5e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
faq.xml
docs/xml/faq.xml
+13
-0
No files found.
docs/xml/faq.xml
View file @
47552954
...
...
@@ -261,6 +261,19 @@ C:\mysql\bin\replace "#!/usr/bin/perl" "#!C:\perl\bin\perl" -- *.cgi *.pl
</para>
</note>
<para>
Once you've modified all your files, you'll also need to modify the
<filename>
t/002goodperl.t
</filename>
test, as it tests that all
shebang lines are equal to
<filename>
/usr/bin/perl
</filename>
.
(For more information on the test suite, please check out the
appropriate section in the
<ulink
url=
"http://www.bugzilla.org/docs/developer.html#testsuite"
>
Developers'
Guide
</ulink>
.) Having done this, run the test itself:
<programlisting>
perl runtests.pl 2 --verbose
</programlisting>
to ensure that you've modified all the relevant files.
</para>
<para>
If using Apache on Windows, you can avoid the whole problem
by setting the
<ulink
url=
"http://httpd.apache.org/docs-2.0/mod/core.html#scriptinterpretersource"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment