Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Applications
tor-browser-bundle-testsuite
Commits
aaff72c2
Unverified
Commit
aaff72c2
authored
May 27, 2016
by
boklm
Browse files
Fix test_data_dir path on Windows
parent
6d5c9d91
Changes
1
Hide whitespace changes
Inline
Side-by-side
TBBTestSuite/Options.pm
View file @
aaff72c2
...
...
@@ -7,7 +7,7 @@ use Config;
use
FindBin
;
use
Getopt::
Long
;
use
File::
Slurp
;
use
TBBTestSuite::
Common
qw(exit_error has_bin)
;
use
TBBTestSuite::
Common
qw(exit_error has_bin
winpath
)
;
use
Data::
Dump
qw(pp)
;
our
(
@ISA
,
@EXPORT_OK
);
...
...
@@ -58,7 +58,7 @@ my %default_options = (
testrequests_types
=>
'
browserbundle
',
test_data_url
=>
'
http://test-data.tbb.torproject.org
',
test_data_url_https
=>
'
https://test-data.tbb.torproject.org
',
test_data_dir
=>
"
$FindBin
::Bin/test-data
",
test_data_dir
=>
winpath
(
"
$FindBin
::Bin/test-data
"
)
,
testsuite
=>
undef
,
cleanup
=>
1
,
);
...
...
Write
Preview
Supports
Markdown
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