Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git p4 test: avoid loop in client_view
[gitweb.git]
/
t
/
lib-git-p4.sh
diff --git
a/t/lib-git-p4.sh
b/t/lib-git-p4.sh
index 890ee60708f59e743daf93171f40adb0abc4a76d..b1dbded3e801bd6c1869598a7b70f8af3fde4ccb 100644
(file)
--- a/
t/lib-git-p4.sh
+++ b/
t/lib-git-p4.sh
@@
-121,8
+121,6
@@
client_view() {
Root: $cli
View:
EOF
- for arg ; do
- printf "\t$arg\n"
- done
+ printf "\t%s\n" "$@"
) | p4 client -i
}