File: test.pl.patch

package info (click to toggle)
libwwwbrowser-perl 2.23-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 88 kB
  • ctags: 15
  • sloc: perl: 295; makefile: 47
file content (11 lines) | stat: -rw-r--r-- 310 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/test.pl
+++ b/test.pl
@@ -23,7 +23,7 @@
 use File::Spec;
 
 if (!$ENV{BATCH}) {
-    WWWBrowser::start_browser("file:" . File::Spec->catfile(cwd, "test.html"));
+    WWWBrowser::start_browser("file:" . File::Spec->catfile(cwd, "test.html"), -browser => "lynx");
 }
 
 if (hostname eq 'vran.herceg.de') {