Skip to content

Commit cea90aa

Browse files
committed
tests: Ensure env file is written out
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
1 parent cc9ce76 commit cea90aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/cli-inst-interactive.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ Rust is installed now. Great!
110110
);
111111
if cfg!(unix) {
112112
assert!(!config.homedir.join(".profile").exists());
113+
assert!(config.cargodir.join("env").exists());
113114
}
114115
});
115116
}

0 commit comments

Comments
 (0)