summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 245b10c)
raw | patch | inline | side by side (parent: 245b10c)
author | Matthieu Moy <Matthieu.Moy@imag.fr> | |
Sat, 28 Aug 2010 18:18:36 +0000 (20:18 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 30 Aug 2010 05:36:32 +0000 (22:36 -0700) |
Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0003-attributes.sh | patch | blob | history |
diff --git a/t/t0003-attributes.sh b/t/t0003-attributes.sh
index 53bd7fcc4abbf6cb7db73b43d5dde477f5115f90..de38c7f7aab16a0c2766ef020a3fc03fadece555 100755 (executable)
--- a/t/t0003-attributes.sh
+++ b/t/t0003-attributes.sh
attr_check a/b/g a/b/g &&
attr_check b/g unspecified &&
attr_check a/b/h a/b/h &&
- attr_check a/b/d/g "a/b/d/*"
- attr_check onoff unset
- attr_check offon set
- attr_check no unspecified
- attr_check a/b/d/no "a/b/d/*"
+ attr_check a/b/d/g "a/b/d/*" &&
+ attr_check onoff unset &&
+ attr_check offon set &&
+ attr_check no unspecified &&
+ attr_check a/b/d/no "a/b/d/*" &&
attr_check a/b/d/yes unspecified
'