diff options
| author | Julian Andres Klode <jak@debian.org> | 2024-06-13 13:48:52 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2024-06-13 13:48:52 +0000 |
| commit | b8dfc6c3f3e5e71c1268c69d26278805eb3c5424 (patch) | |
| tree | a65248b577f69d967342d8ee2e08391ddef5203e /test | |
| parent | e3ae8e27027dea024ecd2f167e7a3663fdc35174 (diff) | |
| parent | 6708203296911800caf94bb94ce204d3a39af0bd (diff) | |
Merge branch 'solver3-group' into 'main'
solver3: Group work items; and helpers
See merge request apt-team/apt!356
Diffstat (limited to 'test')
| -rwxr-xr-x | test/integration/run-tests | 2 | ||||
| -rwxr-xr-x | test/integration/test-resolver-provider-exchange | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/test/integration/run-tests b/test/integration/run-tests index 3100e8e05..331adfcfa 100755 --- a/test/integration/run-tests +++ b/test/integration/run-tests @@ -31,7 +31,7 @@ while [ -n "$1" ]; do elif [ "$1" = '--only' ]; then TESTLIST="$2" shift - elif [ -x "$1" ]; then + elif [ -e "$1" ]; then TESTTORUN="$1" else echo >&2 "WARNING: Unknown parameter »$1« will be ignored" diff --git a/test/integration/test-resolver-provider-exchange b/test/integration/test-resolver-provider-exchange index 45d936978..2874b88e4 100755 --- a/test/integration/test-resolver-provider-exchange +++ b/test/integration/test-resolver-provider-exchange @@ -8,6 +8,7 @@ allowremovemanual configarchitecture 'amd64' insertinstalledpackage 'fuse' 'all' '2' +insertpackage 'unstable' 'fuse' 'all' '2' insertpackage 'unstable' 'fuse3' 'all' '3' 'Conflicts: fuse Provides: fuse' |
