X-Git-Url: http://git.draconx.ca/gitweb/liblbx.git/blobdiff_plain/efc068f39f6811cdc0e004d2acf4ef08b2b71c3e:/tests/broken-archives.tap..9969a6cd8e946ea3bbcd7f4b357b0e60fc02fe43:/tests/static/gitweb-local.css diff --git a/tests/broken-archives.tap b/tests/broken-archives.tap deleted file mode 100644 index 2eacc7f..0000000 --- a/tests/broken-archives.tap +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/sh -# -# 2ooM: The Master of Orion II Reverse Engineering Project -# Test that EOF when unpacking an archive is an error. -# Copyright © 2014 Nick Bowler -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - -. "$srcdir/tests/util/test-init.sh" || exit 99 - -plan_ 1 -dx_create_testdir - -failed=false -$LBXTOOL -xf "$testdata/arch-trunc.lbx" || failed=true -command_ok_ "EOF handled in archive" $failed