diff options
author | Chunwei Chen <[email protected]> | 2016-12-16 15:15:48 -0800 |
---|---|---|
committer | Chunwei Chen <[email protected]> | 2016-12-16 16:07:41 -0800 |
commit | b4d8e2be036891dcf2fdb510571bdeb9f2c64faa (patch) | |
tree | 60901f0baefe6537f2bbecda3f4b33565e9ae7a0 /tests/runfiles/linux.run | |
parent | a5248129b865d9b9675a6952c40a9f68e0374b83 (diff) |
Add test for chattr
Signed-off-by: Chunwei Chen <[email protected]>
Diffstat (limited to 'tests/runfiles/linux.run')
-rw-r--r-- | tests/runfiles/linux.run | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/runfiles/linux.run b/tests/runfiles/linux.run index 4dd444035..8a9785992 100644 --- a/tests/runfiles/linux.run +++ b/tests/runfiles/linux.run @@ -60,6 +60,9 @@ tests = ['cache_002_pos', 'cache_003_pos', 'cache_004_neg', [tests/functional/casenorm] tests = ['case_all_values', 'norm_all_values'] +[tests/functional/chattr] +tests = ['chattr_001_pos', 'chattr_002_neg'] + [tests/functional/checksum] tests = ['run_edonr_test', 'run_sha2_test', 'run_skein_test', 'filetest_001_pos'] |