We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc3c6fb + 3db796c commit 4083971Copy full SHA for 4083971
t/t6300-for-each-ref.sh
@@ -66,9 +66,9 @@ test_atom() {
66
esac
67
# Leave $expect unquoted to lose possible leading whitespaces
68
echo $expect >expected
69
- test_expect_${4:-sucess} $PREREQ "basic atom: $1 contents:size" '
+ test_expect_${4:-success} $PREREQ "basic atom: $1 contents:size" '
70
git for-each-ref --format="%(contents:size)" "$ref" >actual &&
71
- test_cmp expect actual
+ test_cmp expected actual
72
'
73
fi
74
}
0 commit comments