chiark / gitweb /
test suite: gdr-subcommands: Use $peel, not $work, for a few checks
[dgit.git] / tests / tests / gdr-subcommands
index e94f83e308765a878b45d444245377e8196830f0..b739fd77c954348f3efea8623af16a3fbf4546f4 100755 (executable)
@@ -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
                ;;