aboutsummaryrefslogtreecommitdiff
path: root/tests/compute-levels.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/compute-levels.sh')
-rw-r--r--tests/compute-levels.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/compute-levels.sh b/tests/compute-levels.sh
index e4322dfa1..de3da2ebd 100644
--- a/tests/compute-levels.sh
+++ b/tests/compute-levels.sh
@@ -3,5 +3,5 @@ source common.sh
if [[ $(uname -ms) = "Linux x86_64" ]]; then
# x86_64 CPUs must always support the baseline
# microarchitecture level.
- nix -vv --version | grep -q "x86_64-v1-linux"
+ nix -vv --version | grepQuiet "x86_64-v1-linux"
fi