comparison tests/test-empty-dir.t @ 12346:3b165c127690

tests: drop final true command from unified tests
author Matt Mackall <mpm@selenic.com>
date Mon, 20 Sep 2010 16:00:15 -0500
parents 019cd2826d21
children
comparison
equal deleted inserted replaced
12339:f85338f509e4 12346:3b165c127690
19 sub/b not present 19 sub/b not present
20 20
21 $ test -d sub || echo "sub not present" 21 $ test -d sub || echo "sub not present"
22 sub not present 22 sub not present
23 23
24 $ true
25