diff options
| author | Julian Andres Klode <jak@debian.org> | 2021-04-23 11:17:06 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2021-04-23 11:17:06 +0000 |
| commit | 6970632b35890238da97db8b7ec4a28298911051 (patch) | |
| tree | acf304b62410f00950f745ebf40fecc3d8c4f494 /test/integration | |
| parent | 6cb80d1eb2e8abcd4246fe39af3d1cd0398e1188 (diff) | |
| parent | 949f3821268943149ddc26d4eaee3bfbaa1255a9 (diff) | |
Merge branch 'pu/json-hooks-21.04-bugfixes' into 'main'
Bug fixes for JSON hooks
See merge request apt-team/apt!165
Diffstat (limited to 'test/integration')
| -rwxr-xr-x | test/integration/test-apt-cli-json-hooks | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/test-apt-cli-json-hooks b/test/integration/test-apt-cli-json-hooks index 80922e01b..298fae072 100755 --- a/test/integration/test-apt-cli-json-hooks +++ b/test/integration/test-apt-cli-json-hooks @@ -21,6 +21,7 @@ APTARCHIVE="$(readlink -f ./aptarchive)" cat >> json-hook.sh << EOF #!/bin/bash +set -e while true; do read request <&\$APT_HOOK_SOCKET read empty <&\$APT_HOOK_SOCKET |
