summaryrefslogtreecommitdiff
path: root/Test/textbook/Find.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/textbook/Find.bpl')
-rw-r--r--Test/textbook/Find.bpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/textbook/Find.bpl b/Test/textbook/Find.bpl
index 2b149baf..5a77c621 100644
--- a/Test/textbook/Find.bpl
+++ b/Test/textbook/Find.bpl
@@ -1,5 +1,5 @@
-// RUN: %boogie %s > %t
-// RUN: %diff %s.expect %t
+// RUN: %boogie "%s" > "%t"
+// RUN: %diff "%s.expect" "%t"
// Declare a constant 'K' and a function 'f' and postulate that 'K' is
// in the image of 'f'
const K: int;