diff options
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' |
