X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft3903-stash.sh;h=2d3ee3b78c66e4e964fffccaa1ae8252929c1732;hb=b4a299d87ca7a1d39c699ee2af28305e57f3b0ae;hp=aa282e1bc1e17f08dd12fc1980187c786f1de99b;hpb=16007f3916b885d29de6c48832aa6a4213ab7588;p=git.git diff --git a/t/t3903-stash.sh b/t/t3903-stash.sh index aa282e1bc..2d3ee3b78 100755 --- a/t/t3903-stash.sh +++ b/t/t3903-stash.sh @@ -34,7 +34,7 @@ EOF test_expect_success 'parents of stash' ' test $(git rev-parse stash^) = $(git rev-parse HEAD) && git diff stash^2..stash > output && - diff -u output expect + test_cmp output expect ' test_expect_success 'apply needs clean working directory' '