From 13dcb53b7dde21f887d87c47608f81082e7efbb3 Mon Sep 17 00:00:00 2001 From: wuestholz Date: Wed, 30 Sep 2015 03:12:53 +0200 Subject: Fix two test cases that failed if the path to "DafnySever.exe" contained spaces. --- Test/server/minimal.transcript | 2 +- Test/server/simple-session.transcript | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Test') diff --git a/Test/server/minimal.transcript b/Test/server/minimal.transcript index 9625fb00..394fd921 100644 --- a/Test/server/minimal.transcript +++ b/Test/server/minimal.transcript @@ -1,4 +1,4 @@ -# RUN: %server "%s" > "%t" +# RUN: "%server" "%s" > "%t" # RUN: %diff "%s.expect" "%t" verify eyJhcmdzIjpbIi9jb21waWxlOjAiLCIvbm9sb2dvIiwiL3ByaW50VG9vbHRpcHMiLCIvdGltZUxp diff --git a/Test/server/simple-session.transcript b/Test/server/simple-session.transcript index 26539267..d095f6dd 100644 --- a/Test/server/simple-session.transcript +++ b/Test/server/simple-session.transcript @@ -1,4 +1,4 @@ -# RUN: %server "%s" > "%t" +# RUN: "%server" "%s" > "%t" # RUN: %diff "%s.expect" "%t" verify eyJhcmdzIjpbIi9jb21waWxlOjAiLCIvbm9sb2dvIiwiL3ByaW50VG9vbHRpcHMiLCIvdGltZUxp -- cgit v1.2.3