summaryrefslogtreecommitdiff
path: root/test/TEST-99-RPM/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/TEST-99-RPM/test.sh')
-rwxr-xr-xtest/TEST-99-RPM/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEST-99-RPM/test.sh b/test/TEST-99-RPM/test.sh
index f030cb0a..8ae7f8e2 100755
--- a/test/TEST-99-RPM/test.sh
+++ b/test/TEST-99-RPM/test.sh
@@ -53,7 +53,7 @@ find / -xdev -type f -not -path '/var/*' \
-not -path '/boot/*0-rescue*' \
-not -path '/dev/null' \
-exec rpm -qf '{}' ';' | \
- fgrep 'not owned' &> /test.output
+ grep -F 'not owned' &> /test.output
exit
EOF