summaryrefslogtreecommitdiff
path: root/Test/aitest0
diff options
context:
space:
mode:
Diffstat (limited to 'Test/aitest0')
-rw-r--r--Test/aitest0/Intervals.bpl4
-rw-r--r--Test/aitest0/constants.bpl4
2 files changed, 4 insertions, 4 deletions
diff --git a/Test/aitest0/Intervals.bpl b/Test/aitest0/Intervals.bpl
index b9ff8269..565b6823 100644
--- a/Test/aitest0/Intervals.bpl
+++ b/Test/aitest0/Intervals.bpl
@@ -1,5 +1,5 @@
-// RUN: %boogie -infer:j %s > %t
-// RUN: %diff %s.expect %t
+// RUN: %boogie -infer:j "%s" > "%t"
+// RUN: %diff "%s.expect" "%t"
const N: int;
axiom 0 <= N;
diff --git a/Test/aitest0/constants.bpl b/Test/aitest0/constants.bpl
index dbdc32d6..a3b82df7 100644
--- a/Test/aitest0/constants.bpl
+++ b/Test/aitest0/constants.bpl
@@ -1,5 +1,5 @@
-// RUN: %boogie -infer:j -instrumentInfer:e -printInstrumented -noVerify %s > %t
-// RUN: %diff %s.expect %t
+// RUN: %boogie -infer:j -instrumentInfer:e -printInstrumented -noVerify "%s" > "%t"
+// RUN: %diff "%s.expect" "%t"
// Test the constant propagation AI
var GlobalFlag : bool;