tests/test-empty-dir.t
changeset 12346 3b165c127690
parent 12158 019cd2826d21
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