diff options
| author | Petr Machata <[email protected]> | 2011-03-16 18:16:12 +0100 |
|---|---|---|
| committer | Petr Machata <[email protected]> | 2011-03-16 18:16:12 +0100 |
| commit | bd1d16c3a17c227d1379df10e97f6c7865ad1440 (patch) | |
| tree | 843711d8789c6f5c889e200a375d13e4fbe8fa11 /tests | |
| parent | a062b6bcadd1565d360acf640f9d4c159b2270ea (diff) | |
Handle repeated requests for invalid abbreviation
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Makefile.am | 2 | ||||
| -rwxr-xr-x | tests/run-rerequest_tag.sh | 3 | ||||
| -rw-r--r-- | tests/testfile57.bz2 | bin | 0 -> 593 bytes |
3 files changed, 3 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 32a15e28..70029f7c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -157,7 +157,7 @@ EXTRA_DIST = run-arextract.sh run-arsymtest.sh \ testfile55-32.bz2 testfile55-32.debug.bz2 \ testfile55-32.prelink.bz2 testfile55-64.bz2 \ testfile55-64.debug.bz2 testfile55-64.prelink.bz2 \ - testfile56.bz2 + testfile56.bz2 testfile57.bz2 installed_TESTS_ENVIRONMENT = libdir=$(DESTDIR)$(libdir) \ bindir=$(DESTDIR)$(bindir) \ diff --git a/tests/run-rerequest_tag.sh b/tests/run-rerequest_tag.sh index 1636fbfe..c61a9fd6 100755 --- a/tests/run-rerequest_tag.sh +++ b/tests/run-rerequest_tag.sh @@ -25,8 +25,9 @@ . $srcdir/test-subr.sh -testfiles testfile56 +testfiles testfile56 testfile57 testrun ./rerequest_tag testfile56 +testrun ./rerequest_tag testfile57 exit 0 diff --git a/tests/testfile57.bz2 b/tests/testfile57.bz2 Binary files differnew file mode 100644 index 00000000..59dbde10 --- /dev/null +++ b/tests/testfile57.bz2 |
