ci: add missing close in else condition

The code in close for calling quiesce looks if there is stdin and
checks whether is being closed. That condition was being used to call
quiesce.

So in case when the ihandle is not that of stdin, close-dev was missing.

Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com>
diff --git a/slof/fs/client.fs b/slof/fs/client.fs
index b4a8bb3..c80887b 100644
--- a/slof/fs/client.fs
+++ b/slof/fs/client.fs
@@ -196,6 +196,8 @@
 	    \ is an undocumented extension and not everybody supports it
 	    close-dev
 	    quiesce
+	ELSE
+	    close-dev
 	THEN
     ELSE
 	close-dev