Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
f419f3ab
Commit
f419f3ab
authored
May 10, 2016
by
Richard Littauer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed tests
License: MIT Signed-off-by:
Richard Littauer
<
richard.littauer@gmail.com
>
parent
f6e88d74
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
test/sharness/t0052-object-diff.sh
test/sharness/t0052-object-diff.sh
+4
-4
No files found.
test/sharness/t0052-object-diff.sh
View file @
f419f3ab
...
...
@@ -46,7 +46,7 @@ test_expect_success "verbose diff added link works" '
'
test_expect_success
"verbose diff added link looks right"
'
echo
a
dded new link \"cat\" pointing to QmUSvcqzhdfYM1KLDbM76eLPdS9ANFtkJvFuPYeZt73d7A > diff_exp &&
echo
A
dded new link \"cat\" pointing to QmUSvcqzhdfYM1KLDbM76eLPdS9ANFtkJvFuPYeZt73d7A
.
> diff_exp &&
test_cmp diff_exp diff_out
'
...
...
@@ -55,7 +55,7 @@ test_expect_success "diff removed link works" '
'
test_expect_success
"diff removed link looks right"
'
echo
r
emoved link \"cat\" \(was QmUSvcqzhdfYM1KLDbM76eLPdS9ANFtkJvFuPYeZt73d7A\) > diff_exp &&
echo
R
emoved link \"cat\" \(was QmUSvcqzhdfYM1KLDbM76eLPdS9ANFtkJvFuPYeZt73d7A\)
.
> diff_exp &&
test_cmp diff_exp diff_out
'
...
...
@@ -64,7 +64,7 @@ test_expect_success "diff nested add works" '
'
test_expect_success
"diff looks right"
'
echo
a
dded new link \"baz/dog\" pointing to QmdNJQUTZuDpsUcec7YDuCfRfvw1w4J13DCm7YcU4VMZdS > diff_exp &&
echo
A
dded new link \"baz/dog\" pointing to QmdNJQUTZuDpsUcec7YDuCfRfvw1w4J13DCm7YcU4VMZdS
.
> diff_exp &&
test_cmp diff_exp diff_out
'
...
...
@@ -73,7 +73,7 @@ test_expect_success "diff changed link works" '
'
test_expect_success
"diff looks right"
'
echo
c
hanged \"bar\" from QmNgd5cz2jNftnAHBhcRUGdtiaMzb5Rhjqd4etondHHST8 to QmRfFVsjSXkhFxrfWnLpMae2M4GBVsry6VAuYYcji5MiZb > diff_exp &&
echo
C
hanged \"bar\" from QmNgd5cz2jNftnAHBhcRUGdtiaMzb5Rhjqd4etondHHST8 to QmRfFVsjSXkhFxrfWnLpMae2M4GBVsry6VAuYYcji5MiZb
.
> diff_exp &&
test_cmp diff_exp diff_out
'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment