3 test_description
='Test "stg sink"'
7 test_expect_success
'Initialize StGit stack' '
10 git commit -m initial &&
19 test_expect_success
'sink without applied patches' '
20 command_error stg sink
23 test_expect_success
'sink a specific patch without applied patches' '
25 test $(echo $(stg series --applied --noprefix)) = "y"