diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2011-08-17 12:39:59 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2011-08-17 12:39:59 +0200 |
commit | 1e08114a73d9b79904eff1f286c765f7065bcdc0 (patch) | |
tree | 4b72544882aab37587ed883938e5a0fe3d8cc222 /test/libapt/run-tests | |
parent | cd118006d2d1feebd92287f6379fc7f13a4d5962 (diff) |
fix the compareversion test to work then called from outside of libapt
Diffstat (limited to 'test/libapt/run-tests')
-rwxr-xr-x | test/libapt/run-tests | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/libapt/run-tests b/test/libapt/run-tests index c81520bef..c2aeccca7 100755 --- a/test/libapt/run-tests +++ b/test/libapt/run-tests @@ -52,6 +52,8 @@ do "${tmppath}/ftp.de.debian.org_debian_dists_sid_main_i18n_Translation-pt" \ "${tmppath}/ftp.de.debian.org_debian_dists_sid_main_i18n_Translation-se~" \ "${tmppath}/ftp.de.debian.org_debian_dists_sid_main_i18n_Translation-st.bak" + elif [ $name = "CompareVersion${EXT}" ]; then + tmppath="${DIR}/versions.lst" fi echo -n "Testing with \033[1;35m${name}\033[0m ... " |