]> xenbits.xensource.com Git - people/aperard/osstest.git/commitdiff
standalone: Fix spurious ]
authorIan Jackson <ian.jackson@eu.citrix.com>
Tue, 16 Jun 2020 15:35:26 +0000 (16:35 +0100)
committerIan Jackson <ian.jackson@eu.citrix.com>
Tue, 16 Jun 2020 16:50:56 +0000 (17:50 +0100)
This looks like this was once a call to test(1).  ssh-add, as it
happens, seems to ignore this spuriuous `]' (!) so there isn't any
significant change.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
standalone

index 977ad50c103578a11adbff162be7001338659e8b..b51acf7b332518d6e56888ffbf365b8c41f216fe 100755 (executable)
@@ -136,7 +136,7 @@ if [ ! -r "$WebspaceLog" ] ; then
     echo "WARNING: Cannot read apache logs at $WebspaceLog. Some tests may fail" >&2
 fi
 
-if ! ssh-add -l >/dev/null ; then
+if ! ssh-add -l >/dev/null ; then
     echo "WARNING: Unable to access ssh-agent. Some tests may fail" >&2
 fi