summaryrefslogtreecommitdiff
path: root/Test/textbook/BQueue.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/textbook/BQueue.bpl')
-rw-r--r--Test/textbook/BQueue.bpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/textbook/BQueue.bpl b/Test/textbook/BQueue.bpl
index 1c52a0e8..f224334c 100644
--- a/Test/textbook/BQueue.bpl
+++ b/Test/textbook/BQueue.bpl
@@ -1,5 +1,5 @@
-// RUN: %boogie %s > %t
-// RUN: %diff %s.expect %t
+// RUN: %boogie "%s" > "%t"
+// RUN: %diff "%s.expect" "%t"
// BQueue.bpl
// A queue program specified in the style of dynamic frames.
// Rustan Leino, Michal Moskal, and Wolfram Schulte, 2007.