From 89c00e7eb72ddc5aaee3469f281fb5560ff7bd5d Mon Sep 17 00:00:00 2001 From: Matthew Leeds Date: Mon, 1 Apr 2019 19:04:05 -0700 Subject: [PATCH] tests: Put a regex in quotes Closes: #1834 Approved by: rfairley --- tests/installed/destructive/itest-bare-root.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/installed/destructive/itest-bare-root.sh b/tests/installed/destructive/itest-bare-root.sh index 18a3931f..055d873c 100755 --- a/tests/installed/destructive/itest-bare-root.sh +++ b/tests/installed/destructive/itest-bare-root.sh @@ -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'