Adjust number of files assertion in packaging tests
This commit adjusts the number of files assertions in the packaging tests after the number was increased by the addition of certutil and certutil.bat. Relates elastic/x-pack-elasticsearch#2561 Original commit: elastic/x-pack-elasticsearch@b1a7800dd6
This commit is contained in:
parent
61864c3a67
commit
400184bd1c
|
@ -17,7 +17,7 @@ verify_xpack_installation() {
|
|||
assert_file "$ESHOME/bin/x-pack/syskeygen" f $user $group 755
|
||||
assert_file "$ESHOME/bin/x-pack/users" f $user $group 755
|
||||
assert_file "$ESHOME/bin/x-pack/x-pack-env" f $user $group 755
|
||||
assert_number_of_files "$ESHOME/bin/x-pack/" 16
|
||||
assert_number_of_files "$ESHOME/bin/x-pack/" 18
|
||||
|
||||
assert_file "$ESCONFIG/x-pack" d $user elasticsearch 750
|
||||
assert_file "$ESCONFIG/x-pack/users" f $user elasticsearch 660
|
||||
|
|
Loading…
Reference in New Issue