Fix htools/rpc-test after recent changes
authorIustin Pop <iustin@google.com>
Thu, 29 Nov 2012 19:23:58 +0000 (20:23 +0100)
committerIustin Pop <iustin@google.com>
Fri, 30 Nov 2012 13:57:56 +0000 (14:57 +0100)
commit08fd383dab36fe20611bfd631c9213d716a1e7a3
treec4d8e65342d394567a9ea20a1832c03ab616b6bc
parentdc4b5c42b9f607bcbdcb1cb4fe72d2ad2ce065f5
Fix htools/rpc-test after recent changes

Since this program is not built normally, a few recent commits broke
it:

- 707cd3d (“Use exitErr instead of explicit error message and
  exitWith”) introduced wrong syntax (missing '$')
- 29a3053 (“Remove unsafePerformIO usage”) changed the signature of
  G.Path.clusterConfFile
- 5183e8b (“Convert query path from string errors to GanetiException”)
  changed the signature of 'getNode'

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
htools/rpc-test.hs