diff options
| author | Daniel Byron <=> | 2015-07-20 15:05:20 +1000 |
|---|---|---|
| committer | Daniel Byron <=> | 2015-07-20 15:05:20 +1000 |
| commit | 3b9a499952720d8912bb8006fb33f1438e9bd6e2 (patch) | |
| tree | 3deff863f6cf52c6564738dbc293df13e9087473 /tests/Terminals/TestAllTerminals.sh | |
| parent | Sort by sizes in descending order, not ascending (diff) | |
| download | schemer2-3b9a499952720d8912bb8006fb33f1438e9bd6e2.tar.xz schemer2-3b9a499952720d8912bb8006fb33f1438e9bd6e2.zip | |
Updated test
Diffstat (limited to 'tests/Terminals/TestAllTerminals.sh')
| -rwxr-xr-x | tests/Terminals/TestAllTerminals.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Terminals/TestAllTerminals.sh b/tests/Terminals/TestAllTerminals.sh index 723c61b..a532786 100755 --- a/tests/Terminals/TestAllTerminals.sh +++ b/tests/Terminals/TestAllTerminals.sh @@ -9,5 +9,5 @@ formats=$( for f in $formats; do - schemer2 -format $f:img -in=./$f/test -out=test$f.png + schemer2 -format $f::img -in=./$f/test -out=test$f.png done |