The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/3567

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===

From 236e60efa84653bacc9e6686be549a7304f39c44 Mon Sep 17 00:00:00 2001
From: Alberto Donato <alberto.don...@canonical.com>
Date: Tue, 18 Jul 2017 19:38:03 +0200
Subject: [PATCH] Replace use of fgrep with grep

Signed-off-by: Alberto Donato <alberto.don...@canonical.com>
---
 test/suites/image.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/suites/image.sh b/test/suites/image.sh
index 89007d4f3..ba27881b3 100644
--- a/test/suites/image.sh
+++ b/test/suites/image.sh
@@ -66,6 +66,6 @@ test_image_import_dir() {
     # shellcheck disable=2039,2034,2155
     local exported="${fingerprint}.tar.xz"
 
-    tar tvf "$exported" | fgrep -q metadata.yaml
+    tar tvf "$exported" | grep -Fq metadata.yaml
     rm "$exported"
 }
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to