Signed-off-by: Yann Dirson <ydirson@xxxxxxxxxx> --- t/t1003-branch-delete.sh | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/t/t1003-branch-delete.sh b/t/t1003-branch-delete.sh index 8625cc5..a5c486e 100755 --- a/t/t1003-branch-delete.sh +++ b/t/t1003-branch-delete.sh @@ -37,4 +37,17 @@ test_expect_failure \ 'Check the deleted branch is gone' \ 'git rev-parse b~0' + +test_expect_success \ + 'Create a new stack named "master"' \ + 'stg branch --create master' + +test_expect_success \ + 'Delete the "master" branch' \ + 'stg branch --delete master' + +test_expect_failure \ + 'Check the deleted "master" branch is gone' \ + 'git rev-parse master~0' + test_done - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html