diff options
author | leino <unknown> | 2015-09-29 19:46:29 -0700 |
---|---|---|
committer | leino <unknown> | 2015-09-29 19:46:29 -0700 |
commit | c8c9531139972c0bb0ade064a357e007e0faa4c0 (patch) | |
tree | 025186bd17a7841014f15c304242e2c51959184f /Test | |
parent | b77e1539b2290f8661a86cf461493ce76d60254c (diff) | |
parent | 13dcb53b7dde21f887d87c47608f81082e7efbb3 (diff) |
Merge
Diffstat (limited to 'Test')
-rw-r--r-- | Test/server/minimal.transcript | 2 | ||||
-rw-r--r-- | Test/server/simple-session.transcript | 2 |
2 files changed, 2 insertions, 2 deletions
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
|