|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [OSSTEST PATCH 1/4] standalone: Fix spurious ]
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@xxxxxxxxxxxxx>
---
standalone | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/standalone b/standalone
index 977ad50c..b51acf7b 100755
--- a/standalone
+++ b/standalone
@@ -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
--
2.20.1
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |