tests: Put a regex in quotes

Closes: #1834
Approved by: rfairley
This commit is contained in:
Matthew Leeds 2019-04-01 19:04:05 -07:00 committed by Atomic Bot
parent dd6844a61e
commit 89c00e7eb7

View File

@ -27,7 +27,7 @@ ostree fsck
ostree ls -X testref ${victim_symlink} > ls.txt
assert_file_has_content ls.txt 'security\.biometric'
ostree ls -X ${host_refspec} ${victim_symlink} > ls.txt
assert_not_file_has_content ls.txt security\.biometric
assert_not_file_has_content ls.txt 'security\.biometric'
ostree ls -X testref usr/bin > ls.txt
assert_file_has_content ls.txt 'security\.crunchy'