Revert 'Test "stg rebase" after "stg commit"'
[stgit] / t / t2200-rebase.sh
index 882572c..c142e08 100755 (executable)
@@ -31,4 +31,16 @@ test_expect_success \
        test `stg applied | wc -l` = 1
        '
 
+test_expect_failure \
+       'Attempt rebase to non-existing commit' \
+       '
+       stg rebase not-a-ref
+       '
+
+test_expect_success \
+       'Check patches were re-applied' \
+       '
+       test $(stg applied | wc -l) = 1
+       '
+
 test_done