summaryrefslogtreecommitdiff
path: root/Test/textbook/DivMod.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/textbook/DivMod.bpl')
-rw-r--r--Test/textbook/DivMod.bpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/textbook/DivMod.bpl b/Test/textbook/DivMod.bpl
index de218604..bdbc4f19 100644
--- a/Test/textbook/DivMod.bpl
+++ b/Test/textbook/DivMod.bpl
@@ -1,5 +1,5 @@
-// RUN: %boogie %s > %t
-// RUN: %diff %s.expect %t
+// RUN: %boogie "%s" > "%t"
+// RUN: %diff "%s.expect" "%t"
// This file contains two definitions of integer div/mod (truncated division, as is
// used in C, C#, Java, and several other languages, and Euclidean division, which
// has mathematical appeal and is used by SMT Lib) and proves the correct