• Show log

    Commit

  • Hash : 326c9fc2
    Author : Michał Górny
    Date : 2015-12-01T20:41:23

    checkout test: Apply umask to file-mode test as well
    
    Fix the file-mode test to expect system umask being applied to the
    created file as well (it is currently applied to the directory only).
    This fixes the test on systems where umask != 022.
    
    Signed-off-by: Michał Górny <mgorny@gentoo.org>