From 02aca9ffab2d5a63e89f83d5eadb7133132c3b0a Mon Sep 17 00:00:00 2001 From: Dan Liew Date: Tue, 27 May 2014 20:53:49 +0100 Subject: Fix lit test suite when running Boogie under a path that contains spaces. --- Test/havoc0/KbdCreateClassObject.bpl | 4 ++-- Test/havoc0/KeyboardClassFindMorePorts.bpl | 4 ++-- Test/havoc0/KeyboardClassUnload.bpl | 4 ++-- Test/havoc0/MouCreateClassObject.bpl | 4 ++-- Test/havoc0/MouseClassFindMorePorts.bpl | 4 ++-- Test/havoc0/MouseClassUnload.bpl | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) (limited to 'Test/havoc0') diff --git a/Test/havoc0/KbdCreateClassObject.bpl b/Test/havoc0/KbdCreateClassObject.bpl index 35892d41..df0f5039 100644 --- a/Test/havoc0/KbdCreateClassObject.bpl +++ b/Test/havoc0/KbdCreateClassObject.bpl @@ -1,5 +1,5 @@ -// RUN: %boogie -monomorphize %s > %t -// RUN: %diff success.expect %t +// RUN: %boogie -monomorphize "%s" > "%t" +// RUN: %diff success.expect "%t" type byte, name; function OneByteToInt(byte) returns (int); function TwoBytesToInt(byte, byte) returns (int); diff --git a/Test/havoc0/KeyboardClassFindMorePorts.bpl b/Test/havoc0/KeyboardClassFindMorePorts.bpl index a2324310..a2b8994d 100644 --- a/Test/havoc0/KeyboardClassFindMorePorts.bpl +++ b/Test/havoc0/KeyboardClassFindMorePorts.bpl @@ -1,5 +1,5 @@ -// RUN: %boogie -monomorphize %s > %t -// RUN: %diff success.expect %t +// RUN: %boogie -monomorphize "%s" > "%t" +// RUN: %diff success.expect "%t" type byte, name; function OneByteToInt(byte) returns (int); function TwoBytesToInt(byte, byte) returns (int); diff --git a/Test/havoc0/KeyboardClassUnload.bpl b/Test/havoc0/KeyboardClassUnload.bpl index 83aba916..3ca87200 100644 --- a/Test/havoc0/KeyboardClassUnload.bpl +++ b/Test/havoc0/KeyboardClassUnload.bpl @@ -1,5 +1,5 @@ -// RUN: %boogie -monomorphize %s > %t -// RUN: %diff success.expect %t +// RUN: %boogie -monomorphize "%s" > "%t" +// RUN: %diff success.expect "%t" type byte, name; function OneByteToInt(byte) returns (int); function TwoBytesToInt(byte, byte) returns (int); diff --git a/Test/havoc0/MouCreateClassObject.bpl b/Test/havoc0/MouCreateClassObject.bpl index 62f1276b..98a0fda6 100644 --- a/Test/havoc0/MouCreateClassObject.bpl +++ b/Test/havoc0/MouCreateClassObject.bpl @@ -1,5 +1,5 @@ -// RUN: %boogie -monomorphize %s > %t -// RUN: %diff success.expect %t +// RUN: %boogie -monomorphize "%s" > "%t" +// RUN: %diff success.expect "%t" type byte, name; function OneByteToInt(byte) returns (int); function TwoBytesToInt(byte, byte) returns (int); diff --git a/Test/havoc0/MouseClassFindMorePorts.bpl b/Test/havoc0/MouseClassFindMorePorts.bpl index 56b24b26..f9e4a18c 100644 --- a/Test/havoc0/MouseClassFindMorePorts.bpl +++ b/Test/havoc0/MouseClassFindMorePorts.bpl @@ -1,5 +1,5 @@ -// RUN: %boogie -monomorphize %s > %t -// RUN: %diff success.expect %t +// RUN: %boogie -monomorphize "%s" > "%t" +// RUN: %diff success.expect "%t" type byte, name; function OneByteToInt(byte) returns (int); function TwoBytesToInt(byte, byte) returns (int); diff --git a/Test/havoc0/MouseClassUnload.bpl b/Test/havoc0/MouseClassUnload.bpl index 047a6c54..97f92fe5 100644 --- a/Test/havoc0/MouseClassUnload.bpl +++ b/Test/havoc0/MouseClassUnload.bpl @@ -1,5 +1,5 @@ -// RUN: %boogie -monomorphize %s > %t -// RUN: %diff success.expect %t +// RUN: %boogie -monomorphize "%s" > "%t" +// RUN: %diff success.expect "%t" type byte, name; function OneByteToInt(byte) returns (int); function TwoBytesToInt(byte, byte) returns (int); -- cgit v1.2.3