summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/tests/gdr-subcommands4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tests/gdr-subcommands b/tests/tests/gdr-subcommands
index e94f83e..b739fd7 100755
--- a/tests/tests/gdr-subcommands
+++ b/tests/tests/gdr-subcommands
@@ -127,7 +127,7 @@ make_check () {
case "$1" in
[Nn]*)
t-refs-same-start
- t-refs-same refs/heads/$before refs/heads/$work
+ t-refs-same refs/heads/$before refs/heads/$peel
;;
U*)
t-refs-same-start
@@ -177,7 +177,7 @@ make_check () {
;;
Z*)
t-refs-same-start
- t-refs-same refs/heads/$work
+ t-refs-same refs/heads/$peel
t-refs-same refs/heads/before-unstitch/$startbranch
t-ref-head
;;