[Pkg-libvirt-commits] [libguestfs] 62/87: tests/mountable: add missing space in test-mountable-inspect.sh

Hilko Bengen bengen at moszumanska.debian.org
Wed Feb 19 21:10:15 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch debian
in repository libguestfs.

commit abdd68971634eb007765c07b3c9666f5961766ca
Author: Pino Toscano <ptoscano at redhat.com>
Date:   Mon Jan 27 14:25:47 2014 +0100

    tests/mountable: add missing space in test-mountable-inspect.sh
    
    No actual behaviour, other than getting rid of a bash warning.
    
    (cherry picked from commit f66d6a85b633f0e79d14c311db4020e22709117a)
---
 tests/mountable/test-mountable-inspect.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/mountable/test-mountable-inspect.sh b/tests/mountable/test-mountable-inspect.sh
index 906263b..10d1e9f 100755
--- a/tests/mountable/test-mountable-inspect.sh
+++ b/tests/mountable/test-mountable-inspect.sh
@@ -66,7 +66,7 @@ $guestfish -a test.qcow2 -i <<'EOF' > test.output
   <! echo inspect-get-product-name "`cat root.tmp`"
 EOF
 
-if [ "$(cat test.output)" != "Fedora release 14 (Phony)"]; then
+if [ "$(cat test.output)" != "Fedora release 14 (Phony)" ]; then
     echo "$0: error #2: unexpected output from inspect-get-product-name"
     cat test.output
     exit 1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list