From 5afc4c3770380bd653168772c79008959dfc125f Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 28 Feb 2009 06:18:21 -0400 Subject: Reorganized some files in tools/ and test/ --- tools/prove.sh | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 tools/prove.sh (limited to 'tools/prove.sh') diff --git a/tools/prove.sh b/tools/prove.sh deleted file mode 100755 index c62c4988..00000000 --- a/tools/prove.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -if [ -n "$1" ]; then - ./ledger --seed=$1 --actual --args-only generate > /tmp/cout -else - ./ledger --actual --args-only generate > /tmp/cout -fi - -ledger -f /tmp/cout --actual --args-only print > /tmp/print - -diff -w -U3 /tmp/cout /tmp/print -- cgit v1.2.3