Test reshim a second time

This commit is contained in:
Victor Borja 2017-10-25 14:14:19 -05:00
parent 7a15a88493
commit 97312e2f26

View File

@ -59,4 +59,8 @@ teardown() {
run reshim_command dummy
[ "$status" -eq 0 ]
[ "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)" ]
}