summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/tests/gdr-subcommands6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/tests/gdr-subcommands b/tests/tests/gdr-subcommands
index 371ad34..9dc99fa 100755
--- a/tests/tests/gdr-subcommands
+++ b/tests/tests/gdr-subcommands
@@ -59,6 +59,9 @@ subcmd () {
git branch $before
case "$checkletters" in
+ XX*)
+ fail "$checkletters" # for debugging
+ ;;
N*)
t-expect-fail E:. \
t-git-debrebase $subcmd
@@ -145,6 +148,9 @@ make_check () {
f*)
t-has-ancestor HEAD refs/heads/$before
;;
+ *)
+ fail "$1"
+ ;;
esac
}