mirror of
https://github.com/Noratrieb/fix-und-fertig.git
synced 2026-01-16 19:55:03 +01:00
db
This commit is contained in:
parent
d964157bfc
commit
49c9e3aa4c
6 changed files with 130 additions and 17 deletions
|
|
@ -17,11 +17,5 @@ fn double_init() {
|
|||
let dir = tmpdir();
|
||||
|
||||
run_in(&dir, ["init"]).unwrap();
|
||||
|
||||
assert!(dir.path().join(".fuf").is_dir());
|
||||
assert!(dir.path().join(".fuf").join("db").is_dir());
|
||||
assert!(dir.path().join(".fuf").join("db").join("objects").is_dir());
|
||||
|
||||
|
||||
assert!(run_in(&dir, ["init"]).is_err());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue