mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
Test reshim a second time
This commit is contained in:
parent
7a15a88493
commit
97312e2f26
@ -59,4 +59,8 @@ teardown() {
|
|||||||
run reshim_command dummy
|
run reshim_command dummy
|
||||||
[ "$status" -eq 0 ]
|
[ "$status" -eq 0 ]
|
||||||
[ "1" -eq "$(ls $ASDF_DIR/shims/dummy* | wc -l)" ]
|
[ "1" -eq "$(ls $ASDF_DIR/shims/dummy* | wc -l)" ]
|
||||||
|
|
||||||
|
run reshim_command dummy
|
||||||
|
[ "$status" -eq 0 ]
|
||||||
|
[ "1" -eq "$(ls $ASDF_DIR/shims/dummy* | wc -l)" ]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user