Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'fc/fetch-with-import-fix'
[gitweb.git]
/
t
/
t4138-apply-ws-expansion.sh
diff --git
a/t/t4138-apply-ws-expansion.sh
b/t/t4138-apply-ws-expansion.sh
index 0ffe33fbefdc72c664d3914da234f7d4052ed462..3b636a63a3ef048c4568442d4354c7ad4d6a73f0 100755
(executable)
--- a/
t/t4138-apply-ws-expansion.sh
+++ b/
t/t4138-apply-ws-expansion.sh
@@
-114,7
+114,7
@@
for t in 1 2 3 4
do
test_expect_success 'apply with ws expansion (t=$t)' '
git apply patch$t.patch &&
- test_cmp
test-$t expec
t-$t
+ test_cmp
expect-$t tes
t-$t
'
done