summaryrefslogtreecommitdiff
path: root/test/mkmondo.sh
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-03-10 19:30:13 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-03-10 19:30:13 -0400
commit1b4ce1b0b9c9ff81bbb03ff9f2df8c0f3ce0142e (patch)
treed5228787471aa50a76edc9959ebecbd1169b8d56 /test/mkmondo.sh
parentf20a644c98de8e8f663b692cab12416dca8d0faa (diff)
downloadfork-ledger-1b4ce1b0b9c9ff81bbb03ff9f2df8c0f3ce0142e.tar.gz
fork-ledger-1b4ce1b0b9c9ff81bbb03ff9f2df8c0f3ce0142e.tar.bz2
fork-ledger-1b4ce1b0b9c9ff81bbb03ff9f2df8c0f3ce0142e.zip
Added make rule to build mondo.dat
Diffstat (limited to 'test/mkmondo.sh')
-rwxr-xr-xtest/mkmondo.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/mkmondo.sh b/test/mkmondo.sh
deleted file mode 100755
index bf0e965c..00000000
--- a/test/mkmondo.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-if [ ! -f tools/mondo.dat ]; then
- for i in $(seq 1 250) ; do
- cat tools/standard.dat >> tools/mondo.dat
- done
-fi