From 97312e2f26fe24d4b9e1a411f2306ff4d50b5890 Mon Sep 17 00:00:00 2001 From: Victor Borja Date: Wed, 25 Oct 2017 14:14:19 -0500 Subject: [PATCH] Test reshim a second time --- test/reshim_command.bats | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/reshim_command.bats b/test/reshim_command.bats index 80c35c02..10839c9d 100644 --- a/test/reshim_command.bats +++ b/test/reshim_command.bats @@ -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)" ] } \ No newline at end of file