~matttbe/ubuntu/quantal/mysql-5.5/lp1013171

« back to all changes in this revision

Viewing changes to mysql-test/mysql-test-run.pl

  • Committer: Package Import Robot
  • Author(s): Clint Byrum
  • Date: 2012-06-11 23:34:14 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120611233414-mu6ybxiajgcxqztj
Tags: 5.5.25-0ubuntu1
* New upstream release (LP: #1011371, LP: #986892)
* d/rules: change get-orig-source to pull from a working mirror.
* d/control: Build with default compiler instead of gcc 4.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
1442
1442
 
1443
1443
  # We make the path absolute, as the server will do a chdir() before usage
1444
1444
  unless ( $opt_vardir =~ m,^/, or
1445
 
           (IS_WINDOWS and $opt_vardir =~ m,^[a-z]:/,i) )
 
1445
           (IS_WINDOWS and $opt_vardir =~ m,^[a-z]:[/\\],i) )
1446
1446
  {
1447
1447
    # Make absolute path, relative test dir
1448
1448
    $opt_vardir= "$glob_mysql_test_dir/$opt_vardir";