Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Make NO_{INET_NTOP,INET_PTON} configured independently
[gitweb.git]
/
t
/
t3903-stash.sh
diff --git
a/t/t3903-stash.sh
b/t/t3903-stash.sh
index 476e5ec038f3c9fd2cad4607c3819f54dabd04ad..7e47030a15bfe1dba0fe3cd499d7d65cb174083d 100755
(executable)
--- a/
t/t3903-stash.sh
+++ b/
t/t3903-stash.sh
@@
-81,7
+81,7
@@
test_expect_success 'drop top stash' '
git stash &&
git stash drop &&
git stash list > stashlist2 &&
-
diff
stashlist1 stashlist2 &&
+
test_cmp
stashlist1 stashlist2 &&
git stash apply &&
test 3 = $(cat file) &&
test 1 = $(git show :file) &&