Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
l10n: zh_CN: Revision for git v2.21.0 l10n
[gitweb.git]
/
t
/
t3905-stash-include-untracked.sh
diff --git
a/t/t3905-stash-include-untracked.sh
b/t/t3905-stash-include-untracked.sh
index 597b0637d160be0cab4d3114aace598616e371fd..cc1c8a7bb2da508e570621ddf9e08694007425d4 100755
(executable)
--- a/
t/t3905-stash-include-untracked.sh
+++ b/
t/t3905-stash-include-untracked.sh
@@
-142,7
+142,7
@@
test_expect_success 'stash save --include-untracked removed files' '
rm -f file &&
git stash save --include-untracked &&
echo 1 > expect &&
- test_cmp
file expect
+ test_cmp
expect file
'
rm -f expect