aboutsummaryrefslogtreecommitdiffstats
path: root/t/chainlint/dqstring-no-interpolate.expect
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/dqstring-no-interpolate.expect')
-rw-r--r--t/chainlint/dqstring-no-interpolate.expect5
1 files changed, 3 insertions, 2 deletions
diff --git a/t/chainlint/dqstring-no-interpolate.expect b/t/chainlint/dqstring-no-interpolate.expect
index 10724987a5..087eda15e4 100644
--- a/t/chainlint/dqstring-no-interpolate.expect
+++ b/t/chainlint/dqstring-no-interpolate.expect
@@ -6,6 +6,7 @@ grep "^\.git$" output.txt &&
(
cd client$version &&
GIT_TEST_PROTOCOL_VERSION=$version git fetch-pack --no-progress .. $(cat ../input)
-) > output &&
- cut -d ' ' -f 2 < output | sort > actual &&
+) >output &&
+ cut -d ' ' -f 2 <output | sort >actual &&
test_cmp expect actual
+