summaryrefslogtreecommitdiff
path: root/test/integration/test-apt-cli-json-hooks
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2021-04-23 11:17:06 +0000
committerJulian Andres Klode <jak@debian.org>2021-04-23 11:17:06 +0000
commit6970632b35890238da97db8b7ec4a28298911051 (patch)
treeacf304b62410f00950f745ebf40fecc3d8c4f494 /test/integration/test-apt-cli-json-hooks
parent6cb80d1eb2e8abcd4246fe39af3d1cd0398e1188 (diff)
parent949f3821268943149ddc26d4eaee3bfbaa1255a9 (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/test-apt-cli-json-hooks')
-rwxr-xr-xtest/integration/test-apt-cli-json-hooks1
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