# Test bd dep remove command
bd init --prefix test
bd create 'First issue'
bd create 'Second issue'
bd dep add test-2 test-1
bd dep remove test-2 test-1
stdout 'Removed dependency'

bd show test-2
! stdout 'test-1'
