We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8124289 commit 503d2bbCopy full SHA for 503d2bb
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 3f1f6bf9e3fc7d07adedef225e33156425a0608f
+refs/heads/master: 9bb2963b7e922a9e8939253bb131eda9f31ca125
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
5
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be
trunk/src/libcore/os.rs
@@ -968,6 +968,11 @@ mod tests {
968
|s| setenv(~"USERPROFILE", s));
969
}
970
971
+ #[test]
972
+ fn tmpdir() {
973
+ option::iter(os::tmpdir(), |s| assert !str::is_empty(s));
974
+ }
975
+
976
// Issue #712
977
#[test]
978
fn test_list_dir_no_invalid_memory_access() { os::list_dir(~"."); }
0 commit comments