diff options
Diffstat (limited to 'tests/run-ecp-test2.sh')
| -rwxr-xr-x | tests/run-ecp-test2.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/run-ecp-test2.sh b/tests/run-ecp-test2.sh index 143c70a6..8f3775be 100755 --- a/tests/run-ecp-test2.sh +++ b/tests/run-ecp-test2.sh @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2002 Red Hat, Inc. +# Copyright (C) 2002, 2005 Red Hat, Inc. # Written by Jakub Jelinek <[email protected]>, 2002. # # This program is Open Source software; you can redistribute it and/or @@ -14,7 +14,7 @@ set -e # Don't fail if we cannot decompress the file. -bunzip2 -c $srcdir/testfile2.bz2 > testfile2 2>/dev/null || exit 0 +bunzip2 -c $srcdir/testfile2.bz2 > testfile2 2>/dev/null || exit 77 ./ecp testfile2 testfile2.tmp |
