Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t1700-split-index: drop unnecessary 'grep'
[gitweb.git]
/
t
/
t7063-status-untracked-cache.sh
diff --git
a/t/t7063-status-untracked-cache.sh
b/t/t7063-status-untracked-cache.sh
index c9162c54f4ceab56cd9fbbb455f3030cc7ae60d9..2da57fce7b12bd9a2cfac38ba4d98fc9c4af1a4c 100755
(executable)
--- a/
t/t7063-status-untracked-cache.sh
+++ b/
t/t7063-status-untracked-cache.sh
@@
-26,9
+26,8
@@
avoid_racy() {
}
status_is_clean() {
- >../status.expect &&
git status --porcelain >../status.actual &&
- test_
cmp ../status.expect
../status.actual
+ test_
must_be_empty
../status.actual
}
test_lazy_prereq UNTRACKED_CACHE '