There was an error while loading. Please reload this page.
1 parent 2661af9 commit a6052acCopy full SHA for a6052ac
1 file changed
tests/e2e/run_e2e_tests.sh
@@ -95,7 +95,7 @@ function run_case {
95
elif ! git --no-pager diff --no-index --exit-code \
96
"$case_dir/expected" "$work" &> "$log.diff"; then
97
ok="false"
98
- reason='output differs from expected/'
+ reason='output differs from expected'
99
fi
100
101
local rc=0
0 commit comments