summaryrefslogtreecommitdiff
path: root/Test/symdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Test/symdiff')
-rw-r--r--Test/symdiff/foo.bpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/symdiff/foo.bpl b/Test/symdiff/foo.bpl
index f2c71b8f..85d025d0 100644
--- a/Test/symdiff/foo.bpl
+++ b/Test/symdiff/foo.bpl
@@ -1,5 +1,5 @@
-// RUN: %boogie -z3multipleErrors -errorTrace:0 %s > %t
-// RUN: %diff %s.expect %t
+// RUN: %boogie -z3multipleErrors -errorTrace:0 "%s" > "%t"
+// RUN: %diff "%s.expect" "%t"
procedure Foo(x:int)
{
var ok:bool;