diff options
| author | Julian Andres Klode <jak@debian.org> | 2024-02-20 08:29:06 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2024-02-20 08:29:06 +0000 |
| commit | 33c2f0fe5b9ec1c368a7f377de5632f183b12e12 (patch) | |
| tree | 46a9291d8559ab56dacf42bf11df17b0c7f37435 /test/integration/framework | |
| parent | 8e60b18f9b583dcd252f962b06905d99043a27d1 (diff) | |
| parent | deeda8948be59730659972185e279fbe1b438121 (diff) | |
Merge branch 'homar-typo' into 'main'
Typos in integration tests
See merge request apt-team/apt!313
Diffstat (limited to 'test/integration/framework')
| -rw-r--r-- | test/integration/framework | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/integration/framework b/test/integration/framework index 3bf8a3fec..1eec8ca05 100644 --- a/test/integration/framework +++ b/test/integration/framework @@ -763,7 +763,7 @@ _setupsimplenativepackage() { local DESCRIPTION="${6:-an autogenerated dummy ${NAME}=${VERSION}/${RELEASE} If you find such a package installed on your system, something went horribly wrong! They are autogenerated - und used only by testcases and serve no other purpose…}" + and used only by testcases and serve no other purpose…}" local SECTION="${7:-others}" local PRIORITY="${8:-optional}" @@ -994,7 +994,7 @@ insertpackage() { local DESCRIPTION="${7:-an autogenerated dummy ${NAME}=${VERSION}/${RELEASES} If you find such a package installed on your system, something went horribly wrong! They are autogenerated - und used only by testcases and serve no other purpose…}" + and used only by testcases and serve no other purpose…}" local SECTION="${8:-other}" if [ "$SECTION" = "${SECTION#*/}" ]; then @@ -1088,7 +1088,7 @@ insertinstalledpackage() { local DESCRIPTION="${7:-an autogenerated dummy ${NAME}=${VERSION}/installed If you find such a package installed on your system, something went horribly wrong! They are autogenerated - und used only by testcases and serve no other purpose…}" + and used only by testcases and serve no other purpose…}" local SECTION="${8:-other}" local FILE='rootdir/var/lib/dpkg/status' |
