From e7178a4a4eafad6d816a48c18c2a159f4dd3e40c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 11 Aug 2018 12:00:24 +0100 Subject: [PATCH] test suite: lib-gdr: t-gdr-good: Introduce $anal NFC Signed-off-by: Ian Jackson --- tests/lib-gdr | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tests/lib-gdr b/tests/lib-gdr index 849e3f64..a13696d7 100644 --- a/tests/lib-gdr +++ b/tests/lib-gdr @@ -51,9 +51,10 @@ t-gdr-good () { pushed-interop) etypes=Pseudomerge-AddPatchesInterop-Upstream ;; esac - t-git-debrebase analyse >../anal.check + anal=../anal + t-git-debrebase analyse >$anal.check expect=`git rev-parse HEAD` - exec <../anal.check + exec <$anal.check local cid ctype info nparents while read cid ctype info; do : ===== $cid $ctype $info ===== @@ -108,9 +109,9 @@ t-gdr-good () { : 'reject pointless pseudomerges' local overwritten=${parents/$expect/} overwritten=${overwritten// /} - t-git-debrebase analyse $overwritten >../anal.overwr + t-git-debrebase analyse $overwritten >$anal.overwr local ocid otype oinfo - read <../anal.overwr ocid otype oinfo + read <$anal.overwr ocid otype oinfo case "$otype" in Pseudomerge) test "x$info" != "x$oinfo" ;; esac -- 2.30.2