Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
stash: don't show internal implementation details
[gitweb.git]
/
t
/
t3903-stash.sh
diff --git
a/t/t3903-stash.sh
b/t/t3903-stash.sh
index 89877e4b52a4aa09b1e1925005a1a09826e2c7a0..6e15f3d266229fb61f799894ebddee35eb6eff93 100755
(executable)
--- a/
t/t3903-stash.sh
+++ b/
t/t3903-stash.sh
@@
-663,7
+663,7
@@
test_expect_success 'stash apply shows status same as git status (relative to cu
sane_unset GIT_MERGE_VERBOSITY &&
git stash apply
) |
- sed -e 1
,2d >actual && # drop "Saved..." and "HEAD is now
..."
+ sed -e 1
d >actual && # drop "Saved
..."
test_i18ncmp expect actual
'