]> arthur.barton.de Git - bup.git/commit
test-meta: don't try to chattr +T a file
authorRob Browning <rlb@defaultvalue.org>
Tue, 11 Jul 2017 20:53:33 +0000 (15:53 -0500)
committerRob Browning <rlb@defaultvalue.org>
Tue, 11 Jul 2017 20:53:38 +0000 (15:53 -0500)
commit1d7893f0601defb360e4c8b7e30b96cf203d7d73
tree851859e142ca13b15eccd3299634c35043349dd2
parent6d12c53dbb08949a14088d283b0aa708829ec164
test-meta: don't try to chattr +T a file

...since 'T' only works for directories, and newer kernels actually
reject the attempt (as of at least 4.12, and maybe 4.10).  Thanks to
Mateusz Pavlic for reporting the problem and verifying the fix.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
t/test-meta.sh