Skip to content

Commit 21ffc55

Browse files
committed
update io test to use tmp directory, and update configure to create it
1 parent 4817222 commit 21ffc55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ step_msg "making directories"
349349
for i in \
350350
doc doc/std \
351351
nd nd/std \
352-
dl
352+
dl tmp
353353
do
354354
make_dir $i
355355
done

src/test/stdtest/io.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import std::result;
66

77
#[test]
88
fn test_simple() {
9-
let tmpfile: str = "test/run-pass/lib-io-test-simple.tmp";
9+
let tmpfile: str = "tmp/lib-io-test-simple.tmp";
1010
log tmpfile;
1111
let frood: str = "A hoopy frood who really knows where his towel is.";
1212
log frood;

0 commit comments

Comments
 (0)