summaryrefslogtreecommitdiff
path: root/mysql-test/r/rpl000001.result
diff options
context:
space:
mode:
authorunknown <sasha@mysql.sashanet.com>2001-10-25 08:57:11 -0600
committerunknown <sasha@mysql.sashanet.com>2001-10-25 08:57:11 -0600
commit47ce1631b5a3b756cb38e75f162926a8d8b7881f (patch)
tree478a6f89f24450d9a595935785fff5c275960dee /mysql-test/r/rpl000001.result
parent366106a09c2a91b0f4043dab3499965116e9e2dd (diff)
downloadmariadb-git-47ce1631b5a3b756cb38e75f162926a8d8b7881f.tar.gz
remove hard-coded directory from test result in rpl000001
mysql-test/r/rpl000001.result: make the test "sasha-independent" mysql-test/t/rpl000001.test: make the test "sasha-independent"
Diffstat (limited to 'mysql-test/r/rpl000001.result')
-rw-r--r--mysql-test/r/rpl000001.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/rpl000001.result b/mysql-test/r/rpl000001.result
index 5299ff1f8d0..918f68275fb 100644
--- a/mysql-test/r/rpl000001.result
+++ b/mysql-test/r/rpl000001.result
@@ -7,7 +7,7 @@ use test;
drop table if exists t1,t3;
create table t1 (word char(20) not null);
load data infile '../../std_data/words.dat' into table t1;
- load data local infile '/home/sasha/bk/mysql-4.0/mysql-test/std_data/words.dat' into table t1;
+ load data local infile '$MYSQL_TEST_DIR/std_data/words.dat' into table t1;
select * from t1;
word
Aarhus