From e7baa3b9cfb27dea951e465eb9f31782718b687e Mon Sep 17 00:00:00 2001 From: flu0r1ne Date: Wed, 8 Sep 2021 22:58:01 -0500 Subject: Add untracked file to test --- test.bats | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test.bats b/test.bats index cd95eec..f4d04b4 100755 --- a/test.bats +++ b/test.bats @@ -100,11 +100,14 @@ _EOF cd "${TMP}/${CHILD}" + echo important > untracked_file + run main echo "${output}" | grep "Updated" [ "$(cat a)" = "3" ] + [ "$(cat untracked_file)" = "important" ] [ "${status}" -eq 0 ] } -- cgit v1.2.3